From e6ebeeb8ca27a5832418a6d50d865f6d106cf9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Sun, 3 Nov 2024 09:36:07 +0800 Subject: [PATCH] Shorter timeout: 3s --- model/chain.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/chain.js b/model/chain.js index 984dddf..439aa30 100644 --- a/model/chain.js +++ b/model/chain.js @@ -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() {