Shorter timeout: 3s
This commit is contained in:
parent
b7ba3b3ea2
commit
e6ebeeb8ca
@ -74,8 +74,8 @@ class Chain
|
||||
|
||||
var _self = this;
|
||||
|
||||
// Limit the timeout of callbacks to 30 secs
|
||||
if( timeout == undefined ) timeout = 30000;
|
||||
// Limit the timeout of callbacks to 3 secs
|
||||
if( timeout == undefined ) timeout = 3000;
|
||||
|
||||
return (function()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user