mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add crawler delay config + dynamic config values (#11018)
This commit is contained in:
@@ -27,8 +27,9 @@ import (
|
||||
type serviceSignal int
|
||||
|
||||
const (
|
||||
serviceRestart serviceSignal = iota // Restarts the server.
|
||||
serviceStop // Stops the server.
|
||||
serviceRestart serviceSignal = iota // Restarts the server.
|
||||
serviceStop // Stops the server.
|
||||
serviceReloadDynamic // Reload dynamic config values.
|
||||
// Add new service requests here.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user