diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-10 14:34:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-10 14:34:18 +0100 |
commit | 0b16fd1c08e26ac3304079f8fe28ad068564eb90 (patch) | |
tree | d4772a6fa49eb5a35a33901efe9d432358435ae6 /app/garage/config | |
parent | 41e1a31bb94273ac7c426647b6a7aa0f837df41d (diff) | |
download | infrastructure-0b16fd1c08e26ac3304079f8fe28ad068564eb90.tar.gz infrastructure-0b16fd1c08e26ac3304079f8fe28ad068564eb90.zip |
Update Garage and change a few config parameters
Diffstat (limited to 'app/garage/config')
-rw-r--r-- | app/garage/config/garage.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/garage/config/garage.toml b/app/garage/config/garage.toml index 177792e..da24b21 100644 --- a/app/garage/config/garage.toml +++ b/app/garage/config/garage.toml @@ -8,6 +8,9 @@ replication_mode = "3" rpc_bind_addr = "[::]:3901" rpc_secret = "{{ key "secrets/garage/rpc_secret" | trimSpace }}" +sled_cache_capacity = 536870912 +sled_sync_interval_ms = 10000 + [s3_api] s3_region = "garage" api_bind_addr = "[::]:3900" |