Skip to content

Commit

Permalink
bump up msg_limit for autoconnect settings
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Jul 24, 2024
1 parent 843eeed commit 958571e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoconnect/autoconnect-settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Default for Settings {
megaphone_api_token: None,
megaphone_poll_interval: Duration::from_secs(30),
human_logs: false,
msg_limit: 100,
msg_limit: 150,
actix_max_connections: None,
actix_workers: None,
}
Expand Down
2 changes: 1 addition & 1 deletion configs/autopush.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@

# The max number of stored messages to return to a connecting client. If this
# limit is reached, the client is dropped and must re-register.
#msg_limit = 100
#msg_limit = 150

0 comments on commit 958571e

Please sign in to comment.