aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.h
Commit message (Collapse)AuthorAgeFilesLines
* http and httpsys config options (#401)Dan Engelbrecht2023-09-141-1/+2
| | | | * Added `--http-threads`, `--httpsys-async-work-threads`, `--httpsys-enable-request-logging` and `--httpsys-enable-async-response` command line options to zenserver * remove unused CreateHttpSysServer
* add `cache-write-log` and `cache-access-log“ configuration options (#394)Dan Engelbrecht2023-09-111-7/+9
| | | * add `cache-write-log` and `cache-access-log“ configuration options
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-19/+13
| | | | | | * Add `--gc-projectstore-duration-seconds` option * Cleanup lua gc options parsing * Remove dead configuration values * changelog
* Low disk space detector (#277)Dan Engelbrecht2023-05-091-10/+12
| | | | * - Feature: Disk writes are now blocked early and return an insufficient storage error if free disk space falls below the `--low-diskspace-threshold` value * Never keep an entry in m_ChunkBlocks that points to a nullptr
* add ip and username to sentry reports if allowed in settings (#276)Dan Engelbrecht2023-05-081-0/+1
| | | | * add ip and username to sentry reports if allowed in settings * add --sentry-allow-personal-info command line options to zenserver
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+158
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees