diff options
| author | Mel <mel@rnrd.eu> | 2025-02-14 01:38:09 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-02-14 01:38:09 +0100 |
| commit | 0b11b5d57c096699b7b6f0f0527047d0948fc335 (patch) | |
| tree | 7039d1bf93dd0ab7318781c5bd3856b988f63d33 /modules/binary-cache.nix | |
| parent | ea98b5d508d40f06e42fb905d6c26e39b9e0d498 (diff) | |
| download | network-0b11b5d57c096699b7b6f0f0527047d0948fc335.tar.zst network-0b11b5d57c096699b7b6f0f0527047d0948fc335.zip | |
Lower renard cache priority, I don't have *that* much bandwidth
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/binary-cache.nix')
| -rw-r--r-- | modules/binary-cache.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/binary-cache.nix b/modules/binary-cache.nix index d0e0a72..8bbfb09 100644 --- a/modules/binary-cache.nix +++ b/modules/binary-cache.nix @@ -23,6 +23,7 @@ in settings = { bind = "127.0.0.1:${toString cachePort}"; workers = 6; + priority = 33; }; }; |
