[Pkg-wmaker-commits] [wmbiff] 17/19: didn't mean to commit with a 6 minute refresh interval

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_11
in repository wmbiff.

commit 047fc01dab915c6fe553e815c97b5815d42cc4c6
Author: bluehal <bluehal>
Date:   Sun Dec 29 05:28:13 2002 +0000

    didn't mean to commit with a 6 minute refresh interval
---
 scripts/security.debian.rb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/scripts/security.debian.rb b/scripts/security.debian.rb
index f47bd31..128f467 100755
--- a/scripts/security.debian.rb
+++ b/scripts/security.debian.rb
@@ -14,8 +14,10 @@ require 'net/http'
 # updated so that the number goes back to cyan (old) from
 # yellow (new) quickly on upgrade.
 
-# this doesn't mean we grab the whole file.  we get if-modified-since.
-Refetch_Interval_Sec = 6 * 60
+# this still doesn't mean we grab the whole file.  we get
+# if-modified-since.  it just means we don't connect to the
+# server more often than this.
+Refetch_Interval_Sec = 60 * 60
 
 # as an ordinary user, we store Packages in the home directory.
 Cachedir = ENV['HOME'] + '/.wmbiff-sdr'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list