mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-11 17:50:59 +00:00
change references of cache_capacity to db_cache_capacity
This commit is contained in:
parent
7e0aab7852
commit
3260ae01b8
4 changed files with 4 additions and 4 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -73,7 +73,7 @@ max_request_size = 20_000_000 # in bytes
|
|||
# Enable jaeger to support monitoring and troubleshooting through jaeger.
|
||||
#allow_jaeger = false
|
||||
|
||||
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
|
||||
#db_cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
|
||||
#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time
|
||||
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
|
||||
#workers = 4 # default: cpu core count * 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue