We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be4548 commit f4e6cc9Copy full SHA for f4e6cc9
logic/zombie.go
@@ -14,7 +14,7 @@ const (
14
// ZOMBIE_TIMEOUT - timeout in hours for checking zombie status
15
ZOMBIE_TIMEOUT = 6
16
// ZOMBIE_DELETE_TIME - timeout in minutes for zombie node deletion
17
- ZOMBIE_DELETE_TIME = 10
+ ZOMBIE_DELETE_TIME = 120
18
)
19
20
var (
0 commit comments