mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 17:33:51 -04:00
fix(sdk): Restore the size of the SS channel.
Because it doesn't solve any problem, it just postpones it, making the whole thing more difficult to debug.
This commit is contained in:
@@ -230,7 +230,7 @@ impl SlidingSyncBuilder {
|
||||
|
||||
let mut delta_token = None;
|
||||
|
||||
let (internal_channel_sender, internal_channel_receiver) = channel(256);
|
||||
let (internal_channel_sender, internal_channel_receiver) = channel(8);
|
||||
|
||||
let mut lists = BTreeMap::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user