Fixed job query count in web (30 to 5)
Signed-off-by: Sungmin Kim <dev.sungmin.kim@samsung.com>
Change-Id: I7d0c55d17445465b92a5134992aff61d7524475e
before_filter :check_login_status
- QUERY_CNT = 30
+ QUERY_CNT = 5
def list
end
url: baseUrl+url,
type: 'GET',
dataType: 'xml',
- timeout: 10000,
+ timeout: 30000,
beforeSend: function() { $.mobile.showPageLoadingMsg(); }, //Show spinner
complete: function() { $.mobile.hidePageLoadingMsg() }, //Hide spinner
success: function(xml) {
url: baseUrl+url,
type: 'GET',
dataType: 'xml',
- timeout: 10000,
+ timeout: 30000,
success: function(xml) {
setSessionInfo(xml);
successFunction(xml);