de-wrapper max_fetch_prev_event; increase default config

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-22 00:09:55 +00:00 committed by strawberry
parent 0e55fa2de2
commit 167807e0a6
3 changed files with 5 additions and 5 deletions

View file

@ -1822,7 +1822,7 @@ fn default_appservice_idle_timeout() -> u64 { 300 }
fn default_pusher_idle_timeout() -> u64 { 15 }
fn default_max_fetch_prev_events() -> u16 { 100_u16 }
fn default_max_fetch_prev_events() -> u16 { 192_u16 }
fn default_tracing_flame_filter() -> String {
cfg!(debug_assertions)