From d62d73c035d70c9639aecd6542ba45f6d865aec2 Mon Sep 17 00:00:00 2001 From: nepeat Date: Sun, 29 Mar 2020 14:41:11 -0700 Subject: [PATCH] Update comment for RELEASE_CHECK_TIMEOUT. --- netbox/netbox/configuration.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/configuration.example.py b/netbox/netbox/configuration.example.py index f41c6892a..a0b49da4d 100644 --- a/netbox/netbox/configuration.example.py +++ b/netbox/netbox/configuration.example.py @@ -179,7 +179,7 @@ PAGINATE_COUNT = 50 # prefer IPv4 instead. PREFER_IPV4 = False -# 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 = 24 * 3600 # This repository is used to check whether there is a new release of NetBox available. Set to None to disable the