From aed5668ab6908113544415c74d98109fee101af8 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Fri, 17 Dec 2021 14:42:57 +0700 Subject: [PATCH] Change DEFAULT_CORE_REQUEST_TIMEOUT to 15s --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 477eb4f..90c51e1 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const DEFAULT_CORE_REQUEST_TIMEOUT = 5 * 1000; +const DEFAULT_CORE_REQUEST_TIMEOUT = 15 * 1000; const DEFAULT_SLEEP_AFTER_CORE_ERROR_MS = 3000; const MAX_REPORT_RETRY = 30; const REPORT_RETRY_SLEEP_MS = 2000; -- 1.9.0