From c2977c08c4778d0dff74ca92441bc33789687947 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 8 Dec 2025 00:31:59 +0100 Subject: periodic reindexing --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index aeb74d5..f9364b8 100644 --- a/config.h +++ b/config.h @@ -32,6 +32,7 @@ /* config */ extern unsigned short port; extern char *tmpl_path, *root, *subdir; +extern int magic_enable, period; int config_load(const char *conf_path); -- cgit v1.2.3