From b8309d9afb413da20f012a2b8e531d4e8c114f50 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 30 Dec 2013 12:25:50 +0400 Subject: [PATCH] less verbose --- backends/bitcoind/blockchain_processor.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/backends/bitcoind/blockchain_processor.py b/backends/bitcoind/blockchain_processor.py index 220be09..78b0105 100644 --- a/backends/bitcoind/blockchain_processor.py +++ b/backends/bitcoind/blockchain_processor.py @@ -710,7 +710,7 @@ class BlockchainProcessor(Processor): self.batch_write(batch, sync) t3 = time.time() - if t3 - t0 > 0 and not sync: + if t3 - t0 > 10 and not sync: print_log("block %d "%block_height, "total:%0.2f " % (t3 - t0), #"parse:%0.2f " % (t00 - t0), -- 1.7.1