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 8bc77c1 commit f87ffe7Copy full SHA for f87ffe7
configuration/configuration.py
@@ -171,7 +171,7 @@ def read_secret(secret_name):
171
# prefer IPv4 instead.
172
PREFER_IPV4 = os.environ.get('PREFER_IPV4', 'False').lower() == 'true'
173
174
-# This determines how often the GitHub API is called to check the latest release of NetBox. Must be at least 1 hour.
+# This determines how often the GitHub API is called to check the latest release of NetBox in seconds. Must be at least 1 hour.
175
RELEASE_CHECK_TIMEOUT = os.environ.get('RELEASE_CHECK_TIMEOUT', 24 * 3600)
176
177
# This repository is used to check whether there is a new release of NetBox available. Set to None to disable the
0 commit comments