minio/internal/config
Anis Eleuch 7705605b5a
scanner: Add a config to disable short sleep between objects scan (#18734)
Add a hidden configuration under the scanner sub section to configure if
the scanner should sleep between two objects scan. The configuration has
only effect when there is no drive activity related to s3 requests or
healing.

By default, the code will keep the current behavior which is doing
sleep between objects.

To forcefully enable the full scan speed in idle mode, you can do this:

   `mc admin config set myminio scanner idle_speed=full`
2024-01-04 15:07:17 -08:00
..
api scanner: Add a config to disable short sleep between objects scan (#18734) 2024-01-04 15:07:17 -08:00
batch stick to go1.19 go.mod (#18600) 2023-12-06 01:09:22 -08:00
browser Support to store browser config settings (#18631) 2024-01-01 08:36:33 -08:00
cache rename object_size -> block_size for cache subsystem (#18694) 2023-12-21 16:57:13 -08:00
callhome Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
compress Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
dns cleanup ignored static analysis (#16767) 2023-03-06 08:56:10 -08:00
drive feat: drive sub-sys to max timeout reload (#18501) 2023-11-27 09:15:06 -08:00
etcd Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
heal heal: calculate the number of workers based on NRRequests (#17945) 2023-09-11 14:48:54 -07:00
identity allow MINIO_STS_DURATION to increase the IDP token expiration (#18396) 2023-11-15 20:42:31 -08:00
lambda fix: close the http.Body when WebhookTarget isActive (#18467) 2023-11-17 12:02:26 -08:00
notify avoid run-away goroutine build-up in notification send, use channels (#18533) 2023-12-05 02:16:33 -08:00
policy Fix policy package import name (#18031) 2023-09-14 14:50:16 -07:00
scanner scanner: Add a config to disable short sleep between objects scan (#18734) 2024-01-04 15:07:17 -08:00
storageclass Fix BackendInfo() race (#18305) 2023-10-24 08:15:41 -07:00
subnet Pass SUBNET URL to console (#18503) 2023-11-24 09:59:35 -08:00
bool-flag.go heal: Enable periodic bitrot scan configuration (#14464) 2022-04-07 08:10:40 -07:00
bool-flag_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
certs.go Update to minio/pkg/v2 (#17967) 2023-09-04 12:57:37 -07:00
certs_test.go Remove deprecated io/ioutil (#15707) 2022-09-19 11:05:16 -07:00
certsinfo.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
config.go scanner: Add a config to disable short sleep between objects scan (#18734) 2024-01-04 15:07:17 -08:00
config_test.go fix: cleanup config KV parsing using madmin helpers (#15552) 2022-08-18 15:55:17 -07:00
constants.go Support to store browser config settings (#18631) 2024-01-01 08:36:33 -08:00
crypto.go cleanup ignored static analysis (#16767) 2023-03-06 08:56:10 -08:00
crypto_test.go Remove deprecated io/ioutil (#15707) 2022-09-19 11:05:16 -07:00
errors-utils.go cleanup ignored static analysis (#16767) 2023-03-06 08:56:10 -08:00
errors.go Implement batch-expiration for objects (#17946) 2023-12-02 02:51:33 -08:00
help.go Redact all secrets from config viewing APIs (#17380) 2023-06-23 07:45:27 -07:00
legacy.go Do not save credentials in config.json (#16275) 2022-12-19 12:27:06 -08:00
server.go yml-config: Add support of rootUser and rootPassword (#18615) 2023-12-08 12:04:54 -08:00