diff --git a/autoconnect/autoconnect-settings/src/lib.rs b/autoconnect/autoconnect-settings/src/lib.rs index 18dd3ffa6..6ac34f8ee 100644 --- a/autoconnect/autoconnect-settings/src/lib.rs +++ b/autoconnect/autoconnect-settings/src/lib.rs @@ -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, } diff --git a/configs/autopush.toml.sample b/configs/autopush.toml.sample index 02a3c98d1..276b74973 100644 --- a/configs/autopush.toml.sample +++ b/configs/autopush.toml.sample @@ -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