1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-06 17:40:59 +00:00

improvement: use simpler rocksdb config

This commit is contained in:
Timo Kösters 2024-03-13 12:52:11 +01:00
parent 81bc1fc4e3
commit 879a8b969d
No known key found for this signature in database
GPG key ID: 0B25E636FBA7E4CB
5 changed files with 289 additions and 256 deletions

View file

@ -29,7 +29,7 @@ use std::{
time::Duration,
};
use tokio::sync::watch::Sender;
use tracing::error;
use tracing::{error, info};
/// # `GET /_matrix/client/r0/sync`
///
@ -99,6 +99,8 @@ pub async fn sync_events_route(
o.insert((body.since.clone(), rx.clone()));
info!("Sync started for {sender_user}");
tokio::spawn(sync_helper_wrapper(
sender_user.clone(),
sender_device.clone(),