Skip to content

Commit

Permalink
Reduced keep alive interval to 60 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Nov 14, 2024
1 parent 544366f commit 98bb253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public final class MessageClientProvider {
long maxDelay() default 600L;

@AttributeDefinition(name = "Keep Alive Interval", min = "0", max = "65535")
int keepAliveInterval() default 200;
int keepAliveInterval() default 60;

@AttributeDefinition(name = "Flag to enable/disable session expiry")
boolean useSessionExpiry() default false;
Expand Down

0 comments on commit 98bb253

Please sign in to comment.