From 58f97df499993172078a9eea073b95ff11dd2b1e Mon Sep 17 00:00:00 2001 From: nkitku <33057552+nkitku@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:25:27 +0530 Subject: [PATCH] fix: pm2 not using kill_retry_time from config file --- lib/API/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/API/schema.json b/lib/API/schema.json index fc5f868cd5..cf66a1046d 100644 --- a/lib/API/schema.json +++ b/lib/API/schema.json @@ -357,7 +357,7 @@ }, "kill_retry_time": { "type": "number", - "default" : 100 + "docDefault" : 100 }, "write": { "type": "boolean"