Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#132 Wrong ETH Contract Balance
Browse files Browse the repository at this point in the history
-- set max concurrency to 6
  • Loading branch information
hleb-albau committed May 25, 2018
1 parent 5a93cf5 commit 8fa6f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface FlowableBlockchainInterface<T : BlockBundle> : BlockchainInterface<T>
private val log = LoggerFactory.getLogger(ConcurrentPulledBlockchain::class.java)!!

private const val REAL_TIME_BLOCK_QUERYING_TIMEOUT = 1000L
private const val MAX_CONCURRENCY = 20
private const val MAX_CONCURRENCY = 6

class ConcurrentPulledBlockchain<T : BlockBundle>(
private val blockchainInterface: BlockchainInterface<T>,
Expand Down

0 comments on commit 8fa6f23

Please sign in to comment.