mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
introduce readTimeout and writeTimeout config overrides to handle higher latencies with object storage
This commit is contained in:
@@ -37,7 +37,9 @@
|
||||
"http": {
|
||||
"address": "0.0.0.0",
|
||||
"port": "5000",
|
||||
"compat": ["docker2s2"]
|
||||
"compat": ["docker2s2"],
|
||||
"readTimeout": "3600s",
|
||||
"writeTimeout": "3600s"
|
||||
},
|
||||
"log": {
|
||||
"level": "warn"
|
||||
|
||||
Reference in New Issue
Block a user