summaryrefslogtreecommitdiffstats
path: root/pkg/config/server.conf
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Make default config a bit more readableSteffen Ritter2021-08-241-3/+21
|
* server.conf: Update uplinkTimeout to match default valuev3.10Simon Rettberg2021-05-111-1/+1
|
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-141-0/+2
| | | | | | | | | There is a race condition where we process the next request from the same client faster than the OS will schedule the async prefetch job, rendering it a NOOP in the best case (request ranges match) or fetching redundant data from the upstream server (prefetch range is larger than actual request by client). Make prefetching synchronous to prevent this race condition.
* [BUILD] add systemd service file for dnbd3-server to installation targetsManuel Bentele2020-10-221-0/+71