From f4e6cc94d412b916de9edf5a94d33cd8aa7ecbff Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Thu, 17 Jul 2025 20:24:07 +0530 Subject: [PATCH] increase offline auto delete node time --- logic/zombie.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/zombie.go b/logic/zombie.go index 406c2806..45c769d6 100644 --- a/logic/zombie.go +++ b/logic/zombie.go @@ -14,7 +14,7 @@ const ( // ZOMBIE_TIMEOUT - timeout in hours for checking zombie status ZOMBIE_TIMEOUT = 6 // ZOMBIE_DELETE_TIME - timeout in minutes for zombie node deletion - ZOMBIE_DELETE_TIME = 10 + ZOMBIE_DELETE_TIME = 120 ) var (