Skip to content

Commit f4e6cc9

Browse files
committed
increase offline auto delete node time
1 parent 5be4548 commit f4e6cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/zombie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414
// ZOMBIE_TIMEOUT - timeout in hours for checking zombie status
1515
ZOMBIE_TIMEOUT = 6
1616
// ZOMBIE_DELETE_TIME - timeout in minutes for zombie node deletion
17-
ZOMBIE_DELETE_TIME = 10
17+
ZOMBIE_DELETE_TIME = 120
1818
)
1919

2020
var (

0 commit comments

Comments
 (0)