mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-22 15:54:48 -07:00
Add config to enable keepalive/persistent connections
This commit is contained in:
6
dist/helm/chihaya/values.yaml
vendored
6
dist/helm/chihaya/values.yaml
vendored
@@ -53,6 +53,12 @@ config:
|
||||
# Disabling this should increase performance/decrease load.
|
||||
enable_request_timing: false
|
||||
|
||||
# When true, persistent connections will be allowed. Generally this is not
|
||||
# useful for a public tracker, but helps performance in some cases (use of
|
||||
# a reverse proxy, or when there are few clients issuing many requests).
|
||||
enable_keepalive: false
|
||||
idle_timeout: 30s
|
||||
|
||||
# Whether to listen on /announce.php and /scrape.php in addition to their
|
||||
# non-.php counterparts.
|
||||
# This is an option for compatibility with (very) old clients or otherwise
|
||||
|
||||
Reference in New Issue
Block a user