Merge pull request #3991 from mihaicmn/fix-default-config

Fix startup_delay within default configuration
This commit is contained in:
Phil Estes 2020-01-30 11:42:40 +02:00 committed by GitHub
commit 431cfd86e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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