de-wrapper max_fetch_prev_event; increase default config
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0e55fa2de2
commit
167807e0a6
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue