We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9599705 commit da7bda6Copy full SHA for da7bda6
cmd/crowdsec/serve.go
@@ -110,7 +110,7 @@ func ShutdownCrowdsecRoutines(cancel context.CancelFunc) error {
110
log.Debugf("buckets is done")
111
log.Debugf("metrics are done")
112
113
- // XXX: time.Sleep(1 * time.Second) // ugly workaround for now
+ time.Sleep(1 * time.Second) // ugly workaround for now
114
outputsTomb.Kill(nil)
115
116
done := make(chan error, 1)
0 commit comments