diff --git a/container_option.go b/container_option.go index e523a17..bfaa328 100644 --- a/container_option.go +++ b/container_option.go @@ -31,7 +31,7 @@ } } -// WithRefreshRate overrides default 120ms refresh rate. +// WithRefreshRate overrides default 150ms refresh rate. func WithRefreshRate(d time.Duration) ContainerOption { return func(s *pState) { s.rr = d