[Python-apps-commits] r11081 - in packages/s3ql/trunk/debian/patches (clock-granularity.diff)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sun Jul 20 19:11:58 UTC 2014


    Date: Sunday, July 20, 2014 @ 19:11:57
  Author: nikratio-guest
Revision: 11081

Revert last commit, we need to tag current upload first.

Modified:
  packages/s3ql/trunk/debian/patches/clock-granularity.diff

Modified: packages/s3ql/trunk/debian/patches/clock-granularity.diff
===================================================================
--- packages/s3ql/trunk/debian/patches/clock-granularity.diff	2014-07-20 19:08:26 UTC (rev 11080)
+++ packages/s3ql/trunk/debian/patches/clock-granularity.diff	2014-07-20 19:11:57 UTC (rev 11081)
@@ -18,7 +18,7 @@
  while stamp1 == stamp2:
      stamp2 = time.time()
 -CLOCK_GRANULARITY = 2 * (stamp2 - stamp1)
-+CLOCK_GRANULARITY = max(1, 10 * (stamp2 - stamp1))
++CLOCK_GRANULARITY = max(0.1, 10 * (stamp2 - stamp1))
  del stamp1
  del stamp2
  




More information about the Python-apps-commits mailing list