mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-29 05:53:48 +03:00
improvement: higher default pdu capacity
This commit is contained in:
parent
9e77f7617c
commit
447639054e
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ pub async fn update_device_route(
|
||||||
Ok(update_device::Response {}.into())
|
Ok(update_device::Response {}.into())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// # `PUT /_matrix/client/r0/devices/{deviceId}`
|
/// # `DELETE /_matrix/client/r0/devices/{deviceId}`
|
||||||
///
|
///
|
||||||
/// Deletes the given device.
|
/// Deletes the given device.
|
||||||
///
|
///
|
||||||
|
|
|
@ -128,7 +128,7 @@ fn default_db_cache_capacity_mb() -> f64 {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_pdu_cache_capacity() -> u32 {
|
fn default_pdu_cache_capacity() -> u32 {
|
||||||
100_000
|
1_000_000
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_cleanup_second_interval() -> u32 {
|
fn default_cleanup_second_interval() -> u32 {
|
||||||
|
|
Loading…
Reference in a new issue