From f1b79ebf1ff0df76c07e21a58dddc4f1840015d2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Nov 2008 01:48:56 +0000 Subject: Add a --force-check option to make the client download a new timestamp file whether it is too old or not. Crank the maximum timestamp age down to 3 hours. git-svn-id: file:///home/or/svnrepo/updater/trunk@17306 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- lib/thandy/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/thandy/repository.py') diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py index 6378586..ad0fe4d 100644 --- a/lib/thandy/repository.py +++ b/lib/thandy/repository.py @@ -13,7 +13,7 @@ import os import threading import time -MAX_TIMESTAMP_AGE = 24*60*60 +MAX_TIMESTAMP_AGE = 3*60*60 class RepositoryFile: """Represents information about a file stored in our local repository -- cgit v1.2.3