Merge pull request #3991 from mihaicmn/fix-default-config
Fix startup_delay within default configuration
This commit is contained in:
commit
431cfd86e7
@ -128,7 +128,7 @@ imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
|
|||||||
deletion_threshold = 0
|
deletion_threshold = 0
|
||||||
mutation_threshold = 100
|
mutation_threshold = 100
|
||||||
schedule_delay = 0
|
schedule_delay = 0
|
||||||
startup_delay = 100000000
|
startup_delay = "100ms"
|
||||||
```
|
```
|
||||||
|
|
||||||
## BUGS
|
## BUGS
|
||||||
|
Loading…
Reference in New Issue
Block a user