Skip to content

Commit 0efafbf

Browse files
committed
acctest: update nexus config
1 parent c8ad416 commit 0efafbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acctest/nexus-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ bfd_manager.period_secs = 30
101101
# How frequently to collect hardware/software inventory from the whole system
102102
# (even if we don't have reason to believe anything has changed).
103103
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
104107
# Maximum number of past collections to keep in the database
105108
inventory.nkeep = 5
106109
# Disable inventory collection altogether (for emergencies)

0 commit comments

Comments
 (0)