From f33b7c6d391bb02e07094028ffc312a8bb237e69 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 18 Jul 2023 20:29:25 +0200 Subject: [PATCH] bigger files hopefully I think that's what the option does --- hosts/chmura/conduit.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/chmura/conduit.nix b/hosts/chmura/conduit.nix index bf9d1034..e3cacd58 100644 --- a/hosts/chmura/conduit.nix +++ b/hosts/chmura/conduit.nix @@ -13,6 +13,7 @@ server_name = "jacekpoz.pl"; database_backend = "rocksdb"; port = 6167; + max_request_size = 100000000; }; };