aboutsummaryrefslogtreecommitdiff
path: root/script/dev-cluster.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-04-14 23:37:41 +0200
committerAlex Auvolat <alex@adnab.me>2021-04-27 16:53:49 +0200
commit7ba1364c08379ab0fbd465bdc532fff1572a25d4 (patch)
tree324cd64a0c8c05c41150f84eae857159a2ad07ef /script/dev-cluster.sh
parentcb02ce3eb210afc379e4fc287375337758689785 (diff)
downloadgarage-7ba1364c08379ab0fbd465bdc532fff1572a25d4.tar.gz
garage-7ba1364c08379ab0fbd465bdc532fff1572a25d4.zip
Small improvements to compression code
Diffstat (limited to 'script/dev-cluster.sh')
-rwxr-xr-xscript/dev-cluster.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/dev-cluster.sh b/script/dev-cluster.sh
index addbf4b4..67c44c7d 100755
--- a/script/dev-cluster.sh
+++ b/script/dev-cluster.sh
@@ -35,6 +35,9 @@ data_replication_factor = 3
meta_replication_factor = 3
meta_epidemic_fanout = 3
+enable_compression = true
+compressin_level = 10
+
[s3_api]
api_bind_addr = "0.0.0.0:$((3910+$count))" # the S3 API port, HTTP without TLS. Add a reverse proxy for the TLS part.
s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here.