From ef247cb3dd55a92e3593b0c3ff0e685881adbecc Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 17 Jun 2024 21:11:06 -0600 Subject: [PATCH] speed up --- common/server/atticd.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/server/atticd.nix b/common/server/atticd.nix index 17a641a..8bf3a6d 100644 --- a/common/server/atticd.nix +++ b/common/server/atticd.nix @@ -11,6 +11,9 @@ in settings = { listen = "[::]:28338"; + # Speed things up + require-proof-of-possession = false; + chunking = { # Disable chunking for performance (I have plenty of space) nar-size-threshold = 0;