diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be15f91d..768b2fd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Improve GMP docs around users [#1363](https://github.com/greenbone/gvmd/pull/1363) - Cache report counts when Dynamic Severity is enabled [#1389](https://github.com/greenbone/gvmd/pull/1389) - Detection entry detection while importing reports [#1405](https://github.com/greenbone/gvmd/pull/1405) +- Add --feed-lock-timeout option [#1472](https://github.com/greenbone/gvmd/pull/1472) ### Changed - Move EXE credential generation to a Python script [#1260](https://github.com/greenbone/gvmd/pull/1260) [#1262](https://github.com/greenbone/gvmd/pull/1262) diff --git a/doc/gvmd.8 b/doc/gvmd.8 index 9276b311f..828c8c911 100644 --- a/doc/gvmd.8 +++ b/doc/gvmd.8 @@ -61,6 +61,9 @@ Disable task scheduling. \fB--feed-lock-path=\fIPATH\fB\f1 Sets the path to the feed lock file. .TP +\fB--feed-lock-timeout=\fITIMEOUT\fB\f1 +Sets the number of seconds to retry for if the feed is locked in contexts (like migration or rebuilds) that do not retry on their own (like automatic syncs). Defaults to 0 (no retry). +.TP \fB-f, --foreground\f1 Run in foreground. .TP @@ -182,9 +185,6 @@ Time out tasks that are more than TIME minutes overdue. -1 to disable, 0 for min \fB--secinfo-commit-size=\fINUMBER\fB\f1 During CERT and SCAP sync, commit updates to the database every NUMBER items, 0 for unlimited. .TP -\fB--slave-commit-size=\fINUMBER\fB\f1 -During slave updates, commit after every NUMBER updated results and hosts, 0 for unlimited. -.TP \fB-c, --unix-socket=\fIFILENAME\fB\f1 Listen on UNIX socket at FILENAME. .TP diff --git a/doc/gvmd.8.xml b/doc/gvmd.8.xml index 6107f13c4..19294eed3 100644 --- a/doc/gvmd.8.xml +++ b/doc/gvmd.8.xml @@ -149,6 +149,16 @@ along with this program. If not, see .

Sets the path to the feed lock file.

+