From cde8567d4b9dc7445f673470f2bb61fb87a28f34 Mon Sep 17 00:00:00 2001 From: romanman Date: Thu, 6 Nov 2014 07:43:44 -0500 Subject: [PATCH] version inc --- ethereumj-core/pom.xml | 2 +- ethereumj-core/src/main/resources/system.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ethereumj-core/pom.xml b/ethereumj-core/pom.xml index 1ee563c9..83382885 100644 --- a/ethereumj-core/pom.xml +++ b/ethereumj-core/pom.xml @@ -4,7 +4,7 @@ org.ethereum ethereumj jar - 0.7.8 + 0.7.9 EthereumJ http://www.ethereumj.org diff --git a/ethereumj-core/src/main/resources/system.properties b/ethereumj-core/src/main/resources/system.properties index 149e9aa5..61468c17 100644 --- a/ethereumj-core/src/main/resources/system.properties +++ b/ethereumj-core/src/main/resources/system.properties @@ -143,10 +143,10 @@ max.blocks.ask = 100 # how much block we will keep in buffer # until the execution is set by this param # recommended value: [100.300] -max.blocks.queued = 300 +max.blocks.queued = 3000 # project version auto copied during build phase -project.version = 0.7.8 +project.version = 0.7.9 # hello phrase will be included in # the hello message of the peer