Parcourir la source

increase offline auto delete node time

abhishek9686 il y a 1 mois
Parent
commit
f4e6cc94d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      logic/zombie.go

+ 1 - 1
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 (