Author: humbedooh
Date: Tue Aug  6 23:36:00 2019
New Revision: 1864573

URL: http://svn.apache.org/viewvc?rev=1864573&view=rev
Log:
bump cache time

Modified:
    comdev/reporter.apache.org/trunk/scripts/pdata.py
    comdev/reporter.apache.org/trunk/scripts/wsgi.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=1864573&r1=1864572&r2=1864573&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/pdata.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/pdata.py Tue Aug  6 23:36:00 2019
@@ -24,7 +24,7 @@
 import os, sys, re, json, subprocess, time
 import base64, requests
 
-CACHE_TIMEOUT = 3600
+CACHE_TIMEOUT = 14400
 
 import committee_info
 from urlutils import UrlCache

Modified: comdev/reporter.apache.org/trunk/scripts/wsgi.py
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/wsgi.py?rev=1864573&r1=1864572&r2=1864573&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/wsgi.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/wsgi.py Tue Aug  6 23:36:00 2019
@@ -6,7 +6,7 @@ import pdata
 import time
 import re
 
-CACHE_TIMEOUT = 3600
+CACHE_TIMEOUT = 14400
 
 
 def app(environ, start_fn):


Reply via email to