mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding default timeout.
This commit is contained in:
parent
880587dd77
commit
ba6c8c227a
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ NEWSBLUR.AssetModel = Backbone.Router.extend({
|
|||
'ajax_group': 'queue',
|
||||
'traditional': true,
|
||||
'domSuccessTrigger': true,
|
||||
'preventDoubleRequests': false
|
||||
'preventDoubleRequests': false,
|
||||
'timeout': 15000
|
||||
}, options);
|
||||
var request_type = options.request_type || 'POST';
|
||||
var clear_queue = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue