add a healthcheck comment

This commit is contained in:
LouisLam 2021-09-10 21:17:20 +08:00
parent 31b4a5c33e
commit 201bba63d7

View File

@ -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;