From f87ffe7c3359638283169437dd1d8b4f35a6b548 Mon Sep 17 00:00:00 2001 From: nepeat Date: Sun, 29 Mar 2020 01:40:08 -0700 Subject: [PATCH] Update configuration/configuration.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Christian Mäder --- configuration/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/configuration.py b/configuration/configuration.py index 94534ae..af5d3ba 100644 --- a/configuration/configuration.py +++ b/configuration/configuration.py @@ -171,7 +171,7 @@ PAGINATE_COUNT = int(os.environ.get('PAGINATE_COUNT', 50)) # prefer IPv4 instead. PREFER_IPV4 = os.environ.get('PREFER_IPV4', 'False').lower() == 'true' -# 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. RELEASE_CHECK_TIMEOUT = os.environ.get('RELEASE_CHECK_TIMEOUT', 24 * 3600) # This repository is used to check whether there is a new release of NetBox available. Set to None to disable the