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 2019/08/06 21:05:08 UTC

svn commit: r1864568 - /comdev/reporter.apache.org/trunk/scripts/committee_info.py

Author: humbedooh
Date: Tue Aug  6 21:05:08 2019
New Revision: 1864568

URL: http://svn.apache.org/viewvc?rev=1864568&view=rev
Log:
fix comment

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

Modified: comdev/reporter.apache.org/trunk/scripts/committee_info.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/committee_info.py?rev=1864568&r1=1864567&r2=1864568&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/committee_info.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/committee_info.py Tue Aug  6 21:05:08 2019
@@ -15,7 +15,7 @@ from urlutils import UrlCache
 URL='https://whimsy.apache.org/public/committee-info.json'
 
 
-# Don't check more often than every minute (used by webapp as well as cronjobs)
+# Don't check more often than every hour (used by webapp as well as cronjobs)
 uc = UrlCache(interval=3600, silent=True)
 
 def loadJson(url):