Skip to content

Commit

Permalink
change default settings for kye server client
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 15, 2021
1 parent 27d204b commit 13c0bda
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
@Getter
public class KeyServerClientSettings {

private static final int DEFAULT_CONNECT_TIMEOUT = 5000;
private static final int DEFAULT_READ_TIMEOUT = 20000;
public static final int DEFAULT_MAX_RETRIES = 10;
private static final int DEFAULT_CONNECT_TIMEOUT = 1000;
private static final int DEFAULT_READ_TIMEOUT = 5000;
public static final int DEFAULT_MAX_RETRIES = 5;

@NonNull
MavenSession mavenSession;
Expand Down

0 comments on commit 13c0bda

Please sign in to comment.