aboutsummaryrefslogtreecommitdiff
path: root/upstream-config-templates
Commit message (Collapse)AuthorAgeFilesLines
* enable build store in config (#405)Dan Engelbrecht2025-05-201-0/+3
|
* Change retention to 8 days in default configzousar2025-05-141-2/+2
|
* Enabled statsd reporting (#207)Joakim Lindqvist2024-10-281-0/+4
| | | Datadog is already configured to accept this for us
* Change shared server config to use port 8558zousar2023-10-181-1/+1
|
* adjust resource usage for dedicated servers (#466)Stefan Boberg2023-10-121-0/+1
| | | | | | | | | when dedicated mode is enabled via `--dedicated` or `server.dedicated` then we tune http.sys server settings to be more suitable for a shared server initially we tune two things * the thread pool used to service I/O requests allows a larger number of threads to be created when needed. The minimum thread count is unchanged but in dedicated server mode we double the maximum number of threads allowed * the http.sys request queue length (`HttpServerQueueLengthProperty`) is increased to 50,000 in dedicated mode. The regular default is 1,000
* Fixes to shared server configzousar2023-10-061-25/+25
| | | | Conforming indentation. Fixing lightweight-interval-seconds -> lightweightintervalseconds. Adding missing comma preceding memlayer.
* formatting of server configDan Engelbrecht2023-10-041-1/+1
|
* shared server config (#438)v0.2.26-pre1Dan Engelbrecht2023-10-041-3/+9
| | | | | | Shared instance: - Tweak full GC interval - Add lightweight GC config - Add memlayer GC config
* enable sentry personal information (ip/username) on shared instances (#404)Dan Engelbrecht2023-09-141-0/+3
|
* disable access logging on shared instances (#403)Dan Engelbrecht2023-09-141-0/+1
|
* Disable upstream in default zen configzousar2023-01-261-2/+1
| | | | Removing unused "enabled" attribute on upstream config and using the "policy" attribute instead to disable the upstream.
* Change config to disable upstream by defaultzousar2023-01-261-1/+1
|
* removed some more mesh related debrisStefan Boberg2023-01-261-1/+0
|
* Changing directory namealex.dunn2022-08-091-0/+38