diff --git a/doc/exmdb_provider.4gx b/doc/exmdb_provider.4gx index 509cd77f5..c7e12f167 100644 --- a/doc/exmdb_provider.4gx +++ b/doc/exmdb_provider.4gx @@ -36,7 +36,7 @@ The usual config file location is /etc/gromox/exmdb_provider.cfg. \fBcache_interval\fP The inactivity timer after which a mailbox's sqlite files are closed. .br -Default: \fI2 hours\fP +Default: \fI15min\fP .br Lower limit: 1s .TP diff --git a/exch/exmdb/main.cpp b/exch/exmdb/main.cpp index f1e726461..a73b05513 100644 --- a/exch/exmdb/main.cpp +++ b/exch/exmdb/main.cpp @@ -43,7 +43,7 @@ static constexpr cfg_directive exmdb_gromox_cfg_defaults[] = { }; static constexpr cfg_directive exmdb_cfg_defaults[] = { - {"cache_interval", "2h", CFG_TIME, "1s"}, + {"cache_interval", "15min", CFG_TIME, "1s"}, {"dbg_synthesize_content", "0"}, {"enable_dam", "1", CFG_BOOL}, {"exmdb_body_autosynthesis", "1", CFG_BOOL},