1
0

feat: add container timeout parameter to kernel command

This commit is contained in:
2023-05-26 17:01:53 +00:00
parent 852680e944
commit 8c49680675
2 changed files with 7 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func ReadOutOfTreeConf(path string) (c OutOfTree, err error) {
}
if c.Docker.Timeout.Duration == 0 {
c.Docker.Timeout.Duration = time.Minute
c.Docker.Timeout.Duration = 8 * time.Minute
}
return