]> git.ipfire.org Git - pakfire.git/commitdiff
Time variables where in seconds but I need minutes.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Feb 2011 20:36:40 +0000 (21:36 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Feb 2011 20:36:40 +0000 (21:36 +0100)
pakfire/constants.py

index 98ed9f738717b8401c44fda11b9b543690123b4e..fa0a27656d9230f19d6f51f1ecd619b58c8d2581 100644 (file)
@@ -42,8 +42,8 @@ BUILD_ROOT = "/var/lib/pakfire/build"
 SOURCE_DOWNLOAD_URL = "http://source.ipfire.org/source-3.x/"
 SOURCE_CACHE_DIR = os.path.join(CACHE_DIR, "sources")
 
-TIME_10M = 60*10
-TIME_24H = 60*60*24
+TIME_10M = 10
+TIME_24H = 60*24
 
 SOURCE_PACKAGE_META = """\