From 827761588f8331419c4afa737e5688d2740513bd Mon Sep 17 00:00:00 2001 From: Alexey Kiselev Date: Thu, 6 Jul 2017 17:22:22 +0300 Subject: [PATCH] Version was set to 0.7.2 Default blacklist time was set to 1m --- build.sbt | 2 +- src/main/resources/application.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c4531d6a3bd..3b92e81e343 100755 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ enablePlugins(sbtdocker.DockerPlugin, JavaServerAppPackaging, JDebPackaging, Sys name := "waves" organization := "com.wavesplatform" -version := "0.7.2-SNAPSHOT" +version := "0.7.2" scalaVersion in ThisBuild := "2.12.1" crossPaths := false publishArtifact in (Compile, packageDoc) := false diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index b96948eb96d..35772136be4 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -48,7 +48,7 @@ waves { peers-data-residence-time = 1d # How long peer stays in blacklist after getting in it - black-list-residence-time = 10m + black-list-residence-time = 1m # How many network inbound network connections can be made max-inbound-connections = 30