From e3bf9e10ecdf196e296288ae0f2d70375a29993d Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Thu, 10 Jul 2025 18:03:54 +0300 Subject: [PATCH] docs: fix ips store_interval desc --- docs/ips.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ips.rst b/docs/ips.rst index d6db74360..107940fab 100644 --- a/docs/ips.rst +++ b/docs/ips.rst @@ -52,9 +52,9 @@ enabled store_interval How often to dump allocations to dataDB. Values: <""|duration> - - "": Dump only at start/shutdown - - ">0": Regular dump interval (e.g., "30s") - - "<0": Never dump to DB + - `"-1"`: Always sync IPs from cache and dataDB in real-time + - `""`: Disabled + - Valid duration (e.g., "10s", "1h", "15m"): Updates IPs from dataDB with cached version at specified intervals indexed_selects Enable profile matching exclusively on indexes for better performance. Values: