increase this limit; it was hit recently
authorThomasV <thomasv@gitorious>
Fri, 6 Jul 2012 20:16:58 +0000 (00:16 +0400)
committerThomasV <thomasv@gitorious>
Fri, 6 Jul 2012 20:16:58 +0000 (00:16 +0400)
backends/abe/__init__.py

index 61ecf44..fac40b4 100644 (file)
@@ -283,7 +283,7 @@ class AbeStore(Datastore_class):
                 continue
 
             # discard transactions that are too old
-            if self.last_tx_id - tx_id > 10000:
+            if self.last_tx_id - tx_id > 50000:
                 print "discarding tx id", tx_id
                 continue