From ad5e1957b1cba658062a68dd91058c0aef8057f9 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 7 Dec 2022 16:22:36 +0800 Subject: [PATCH] Deprecate healthcheck.js --- extra/healthcheck.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/healthcheck.js b/extra/healthcheck.js index 7c3a7eb42..9b95cf26a 100644 --- a/extra/healthcheck.js +++ b/extra/healthcheck.js @@ -1,4 +1,5 @@ /* + * ⚠️ Deprecated: Changed to healthcheck.go, it will be deleted in the future. * This script should be run after a period of time (180s), because the server may need some time to prepare. */ const { FBSD } = require("../server/util-server");