mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 17:08:11 +00:00
set timeout to 10sec and timer to 60sec
This commit is contained in:
parent
ad336cdd9f
commit
367039f8b1
|
@ -1023,8 +1023,8 @@ $(document).ready(function() { /* {{{ */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
timeout: 3000
|
timeout: 10000
|
||||||
});
|
});
|
||||||
timeOutId = setTimeout(checkTasks, 30000);
|
timeOutId = setTimeout(checkTasks, 60000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user