Skip to content

Commit f87ffe7

Browse files
nepeatcimnine
andauthored
Update configuration/configuration.py
Co-Authored-By: Christian Mäder <cimnine@users.noreply.github.com>
1 parent 8bc77c1 commit f87ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def read_secret(secret_name):
171171
# prefer IPv4 instead.
172172
PREFER_IPV4 = os.environ.get('PREFER_IPV4', 'False').lower() == 'true'
173173

174-
# This determines how often the GitHub API is called to check the latest release of NetBox. Must be at least 1 hour.
174+
# This determines how often the GitHub API is called to check the latest release of NetBox in seconds. Must be at least 1 hour.
175175
RELEASE_CHECK_TIMEOUT = os.environ.get('RELEASE_CHECK_TIMEOUT', 24 * 3600)
176176

177177
# This repository is used to check whether there is a new release of NetBox available. Set to None to disable the

0 commit comments

Comments
 (0)