mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 20:38:51 +08:00
increase offline auto delete node time
This commit is contained in:
parent
5be4548597
commit
f4e6cc94d4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const (
|
||||||
// ZOMBIE_TIMEOUT - timeout in hours for checking zombie status
|
// ZOMBIE_TIMEOUT - timeout in hours for checking zombie status
|
||||||
ZOMBIE_TIMEOUT = 6
|
ZOMBIE_TIMEOUT = 6
|
||||||
// ZOMBIE_DELETE_TIME - timeout in minutes for zombie node deletion
|
// ZOMBIE_DELETE_TIME - timeout in minutes for zombie node deletion
|
||||||
ZOMBIE_DELETE_TIME = 10
|
ZOMBIE_DELETE_TIME = 120
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Add table
Reference in a new issue