X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=200fc27ea71cfb1bfbd2dd98e6aa1ac15921123a;hb=1f5bb4497765f2f56c4caaf14b2bc66c4f97b397;hp=ebee9008e26aaab635139f3dbf604491b047af31;hpb=35fefc99b9db6a393c7a6f39d2e0a448dad1b7aa;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index ebee9008e..200fc27ea 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -54,6 +54,15 @@ #define DEFAULT_ENTRY 4 + +/* + * HOUSEKEEPING_WAKEUP is the number of seconds which pass between each pass + * of the housekeeping thread. This normally happens once per minute and there + * isn't any good reason to change it. + */ +#define HOUSEKEEPING_WAKEUP 60 + + /*** STRUCTURE SIZE VARIABLES ***/ /* You may NOT change this value once you set up your system. */