Merge pull request #13105 from ieQu1/dev/sessds-renew-streams-interval

fix(sessds): Change the defaults to renew streams every 1 second
This commit is contained in:
ieQu1 2024-05-23 18:23:20 +02:00 committed by GitHub
commit 0dc507441a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1690,7 +1690,7 @@ fields("durable_sessions") ->
sc(
timeout_duration(),
#{
default => <<"5000ms">>,
default => <<"1s">>,
importance => ?IMPORTANCE_HIDDEN
}
)},

View File

@ -473,7 +473,7 @@ zone_global_defaults() ->
idle_poll_interval => 100,
heartbeat_interval => 5000,
message_retention_period => 86400000,
renew_streams_interval => 5000,
renew_streams_interval => 1000,
session_gc_batch_size => 100,
session_gc_interval => 600000,
subscription_count_refresh_interval => 5000,