We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ad416 commit 0efafbfCopy full SHA for 0efafbf
acctest/nexus-config.toml
@@ -101,6 +101,9 @@ bfd_manager.period_secs = 30
101
# How frequently to collect hardware/software inventory from the whole system
102
# (even if we don't have reason to believe anything has changed).
103
inventory.period_secs = 600
104
+# How frequently to check for a new inventory collection (made by any Nexus).
105
+# This is cheap, so we should check frequently.
106
+inventory.period_secs_load = 15
107
# Maximum number of past collections to keep in the database
108
inventory.nkeep = 5
109
# Disable inventory collection altogether (for emergencies)
0 commit comments