Skip to content

Commit

Permalink
Merge pull request #1356 from fiibbb/lingy/bump-client-side-idle-conn…
Browse files Browse the repository at this point in the history
…ection-timeout

Bump default connection idle timeout
  • Loading branch information
fiibbb committed Oct 16, 2020
2 parents b84b5c0 + a19a095 commit 16ab5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public boolean shouldFilterOnlyUpInstances() {
@Override
public int getEurekaConnectionIdleTimeoutSeconds() {
return configInstance.getIntProperty(
namespace + EUREKA_SERVER_CONNECTION_IDLE_TIMEOUT_KEY, 30)
namespace + EUREKA_SERVER_CONNECTION_IDLE_TIMEOUT_KEY, 45)
.get();
}

Expand Down

0 comments on commit 16ab5e4

Please sign in to comment.