Documentation ¶
Index ¶
Constants ¶
View Source
const ( Speed = "speed" EnvSpeed = "MINIO_SCANNER_SPEED" // All below are deprecated in October 2022 and // replaced them with a single speed parameter Delay = "delay" MaxWait = "max_wait" Cycle = "cycle" EnvDelay = "MINIO_SCANNER_DELAY" EnvCycle = "MINIO_SCANNER_CYCLE" EnvDelayLegacy = "MINIO_CRAWLER_DELAY" EnvMaxWait = "MINIO_SCANNER_MAX_WAIT" EnvMaxWaitLegacy = "MINIO_CRAWLER_MAX_WAIT" )
Compression environment variables
Variables ¶
View Source
var DefaultKVS = config.KVS{ config.KV{ Key: Speed, Value: "default", }, config.KV{ Key: Delay, Value: "", Deprecated: true, }, config.KV{ Key: MaxWait, Value: "", Deprecated: true, }, config.KV{ Key: Cycle, Value: "", Deprecated: true, }, }
DefaultKVS - default KV config for heal settings
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.