aboutsummaryrefslogtreecommitdiff
path: root/internal/manager/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/manager/manager.go')
-rw-r--r--internal/manager/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/manager/manager.go b/internal/manager/manager.go
index 7d5a527..ba7f1d0 100644
--- a/internal/manager/manager.go
+++ b/internal/manager/manager.go
@@ -45,7 +45,7 @@ func New(cfg Config, fch chan []feedback.Event, mch chan monitor.Event, cch chan
cfg.MetadataRefreshInterval = 1 * time.Hour
}
if cfg.ShutdownTimeout == 0 {
- cfg.ShutdownTimeout = 1 * time.Second // FIXME: increase
+ cfg.ShutdownTimeout = 10 * time.Second
}
s, err := storage.New(storage.Config{