Skip to content

Commit

Permalink
[#257] Set timeout to 10 seconds in recline source
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 30, 2013
1 parent 90b04f1 commit 1fa0b1a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -423,7 +423,7 @@ this.recline.Backend.DataProxy = this.recline.Backend.DataProxy || {};
my.dataproxy_url = 'http://jsonpdataproxy.appspot.com';
// Timeout for dataproxy (after this time if no response we error)
// Needed because use JSONP so do not receive e.g. 500 errors
my.timeout = 5000;
my.timeout = 10000;

// ## load
//
Expand Down

0 comments on commit 1fa0b1a

Please sign in to comment.