aboutsummaryrefslogtreecommitdiff
path: root/help/urlm_max_log_age
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-08-12 04:30:10 -0400
committerB. Watson <yalhcru@gmail.com>2015-08-12 04:30:10 -0400
commit4ef0f5708e20509e427c706acedff6a22bf0faaa (patch)
treed12262b419530f40a3ef7cd24998f047ed443ebf /help/urlm_max_log_age
downloadirssi-urlmanager-4ef0f5708e20509e427c706acedff6a22bf0faaa.tar.gz
initial commit
Diffstat (limited to 'help/urlm_max_log_age')
-rw-r--r--help/urlm_max_log_age17
1 files changed, 17 insertions, 0 deletions
diff --git a/help/urlm_max_log_age b/help/urlm_max_log_age
new file mode 100644
index 0000000..9c342ae
--- /dev/null
+++ b/help/urlm_max_log_age
@@ -0,0 +1,17 @@
+
+Setting: URLM_MAX_LOG_AGE
+
+ Maximum age (in seconds) for URLs in the log. Set to zero to disable
+ age-based trimming. Any URLs older than this will be removed from the
+ log whenever the log is trimmed. This happens:
+
+ - At startup (unless urlm_log_trim_startup is OFF)
+ - Every urlm_log_trim_interval seconds (if urlm_log_trim_interval
+ is non-zero)
+ - Any time a URL is captured
+ - When /urlm_trim_log is run manually
+
+ This means that old URLs persist in the log for up to urlm_log_trim_interval
+ seconds past their expiration time; if this annoys you, decrease the
+ urlm_log_trim_interval to reduce the problem.
+