Commit eca5a2ac authored by James DeFelice's avatar James DeFelice

lower container poll freq to something more sane

parent c0b686e3
......@@ -42,7 +42,7 @@ import (
)
const (
containerPollTime = 300 * time.Millisecond
containerPollTime = 1 * time.Second
launchGracePeriod = 5 * time.Minute
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment