summaryrefslogtreecommitdiff
path: root/src/webstat_logger_main.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2026-05-19 12:12:28 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2026-05-19 12:12:28 +0100
commita3d868ca57591a6d977da8a7e9ec5c14976e73ec (patch)
tree803085077c0a4ad148359738b985e117dff75c42 /src/webstat_logger_main.cpp
parent29f458117184af5b1507cac01b48b41bfbad568a (diff)
parentcabd894779c2d2e453c8ed7771fdbd17c881bc2c (diff)
downloadwebstat-a3d868ca57591a6d977da8a7e9ec5c14976e73ec.tar.bz2
webstat-a3d868ca57591a6d977da8a7e9ec5c14976e73ec.tar.xz
webstat-a3d868ca57591a6d977da8a7e9ec5c14976e73ec.zip
Merge remote-tracking branch 'origin/retry-store'
Diffstat (limited to 'src/webstat_logger_main.cpp')
-rw-r--r--src/webstat_logger_main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webstat_logger_main.cpp b/src/webstat_logger_main.cpp
index 1d14532..8dd9f52 100644
--- a/src/webstat_logger_main.cpp
+++ b/src/webstat_logger_main.cpp
@@ -77,6 +77,8 @@ main(int argc, char ** argv)
"How often to check for and import parked log lines")
("job.purge.freq", po::value(&settings.freqPurgeOldLogs)->default_value(settings.freqPurgeOldLogs),
"How often to purge old access log entries from the database")
+ ("job.retryUninsertable.freq", po::value(&settings.freqRetryUninsertableLines)->default_value(settings.freqRetryUninsertableLines),
+ "After how long to retry inserting log lines which previously could not be inserted")
("job.purge.days", po::value(&settings.purgeDaysToKeep)->default_value(settings.purgeDaysToKeep),
"How many days of access log entries to keep")
("job.purge.max", po::value(&settings.purgeDeleteMax)->default_value(settings.purgeDeleteMax),