Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
MINIO_CACHE_QUOTA: 99 # maximum permitted usage of the cache in percentage
MINIO_CACHE_WATERMARK_LOW: 90 # % of cache quota at which cache eviction stops
MINIO_CACHE_WATERMARK_HIGH: 95 # % of cache quota at which cache eviction starts
MINIO_WRITE_BACK_INTERVAL: 900 # interval in seconds
MINIO_WRITE_BACK_INTERVAL: 1800 # interval in seconds
MINIO_MAX_CACHE_FILE_SIZE: 1000000000 # max file size in bytes
MINIO_WRITE_BACK_UPLOAD_WORKERS: 20
MINIO_UPLOAD_QUEUE_TH: 10
Expand Down