From 201bba63d76033cfc04fe6643076e1b3465428ba Mon Sep 17 00:00:00 2001 From: LouisLam Date: Fri, 10 Sep 2021 21:17:20 +0800 Subject: [PATCH] add a healthcheck comment --- extra/healthcheck.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/healthcheck.js b/extra/healthcheck.js index ba3569db..99f748fb 100644 --- a/extra/healthcheck.js +++ b/extra/healthcheck.js @@ -1,3 +1,6 @@ +/* + * This script should be run after a period of time (180s), because the server may need some time to prepare. + */ process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; let client;