From 09592ab965dabdbecc030464604fabcd22c182a0 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 30 Jan 2026 19:08:11 +0100 Subject: WIP: old changes --- cgit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 44d74b5..49b2c2e 100644 --- a/cgit.h +++ b/cgit.h @@ -198,8 +198,11 @@ struct cgit_query { struct cgit_config_snapshot { + // Disk settings bool save_on_disk; int save_on_disk_max_idle_age; // in seconds + char *save_on_disk_root_dir; + // Compression settings int max_compression_threads; int compression_level_zstd; int compression_level_xz; -- cgit 1.5.1