From 3231006a801d6bf0f792dfe33287bda143350ba8 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 16 Jan 2018 21:04:23 +0100 Subject: [PATCH] Http request retry wait more and more time --- .../src/test/es-home/config/elasticsearch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/duniter4j-es-assembly/src/test/es-home/config/elasticsearch.yml b/duniter4j-es-assembly/src/test/es-home/config/elasticsearch.yml index 6f057657..cd42a48a 100644 --- a/duniter4j-es-assembly/src/test/es-home/config/elasticsearch.yml +++ b/duniter4j-es-assembly/src/test/es-home/config/elasticsearch.yml @@ -125,9 +125,9 @@ duniter.blockchain.enable: true # # Force blockchain full synchronization - /!\ WARNING: all user events will be reset to 'unread' # -duniter.blockchain.reload: true -duniter.blockchain.reload.from: 18900 -duniter.blockchain.reload.to: 19000 +# duniter.blockchain.reload: true +# duniter.blockchain.reload.from: 18900 +# duniter.blockchain.reload.to: 19000 # # Duniter node address # -- GitLab