Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/system: reduce retry timeout for EnsureRemoveAll
reduce the waiting time for attempting again the removal to 10ms instead of the current 100ms. Currently, if we hit the timeout, we add an artificial 100ms delay to the container cleanup, while with this we will react faster when the removal is possible. Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information