Author: sebb
Date: Sun Jun 15 11:38:35 2025
New Revision: 1926435
URL: http://svn.apache.org/viewvc?rev=1926435&view=rev
Log:
Reduce Kibble timeout
Modified:
comdev/reporter.apache.org/trunk/scripts/rapp/kibble.py
Modified: comdev/reporter.apache.org/trunk/scripts/rapp/kibble.py
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/rapp/kibble.py?rev=1926435&r1=1926434&r2=1926435&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/rapp/kibble.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/rapp/kibble.py Sun Jun 15 11:38:35
2025
@@ -12,7 +12,7 @@ RAO_HOME = '/var/www/reporter.apache.org
with open("/usr/local/etc/tokens/kibble.txt", "r") as ft:
TOKEN = ft.read().strip()
-KIBBLE_TIMEOUT = 10
+KIBBLE_TIMEOUT = 5
def stats(project, jira = None, mlid = None):
BEFORE = int(time.time() - (91*86400))