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