You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2020/04/24 21:52:43 UTC

svn commit: r1876954 - /comdev/reporter.apache.org/trunk/scripts/pdata.py

Author: humbedooh
Date: Fri Apr 24 21:52:42 2020
New Revision: 1876954

URL: http://svn.apache.org/viewvc?rev=1876954&view=rev
Log:
lower cache retention

Modified:
    comdev/reporter.apache.org/trunk/scripts/pdata.py

Modified: comdev/reporter.apache.org/trunk/scripts/pdata.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/pdata.py?rev=1876954&r1=1876953&r2=1876954&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/pdata.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/pdata.py Fri Apr 24 21:52:42 2020
@@ -24,7 +24,7 @@ import os, sys, re, json, time
 import base64, requests
 import rapp.kibble
 
-CACHE_TIMEOUT = 14400
+CACHE_TIMEOUT = 7200
 
 import committee_info
 from urlutils import UrlCache