Shorter timeout: 3s

This commit is contained in:
斟酌 鵬兄 2024-11-03 09:36:07 +08:00
parent b7ba3b3ea2
commit e6ebeeb8ca

View File

@ -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()
{