From da38a89d49a6041904f709b1f430d8308ccee129 Mon Sep 17 00:00:00 2001 From: Yaroslav Dmytrotsa Date: Thu, 28 May 2015 11:23:16 +0300 Subject: [PATCH] increase peer.channel.read.timeout to prevent readTimeoutException. --- ethereumj-core/src/main/resources/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereumj-core/src/main/resources/system.properties b/ethereumj-core/src/main/resources/system.properties index f456aee4..d1b738b3 100644 --- a/ethereumj-core/src/main/resources/system.properties +++ b/ethereumj-core/src/main/resources/system.properties @@ -76,7 +76,7 @@ transaction.approve.timeout = 15 # the parameter specifies how much # time we will wait for a message # to come before closing the channel -peer.channel.read.timeout = 30 +peer.channel.read.timeout = 300 # default directory where we keep # basic Serpent samples relative