Skip to content
Snippets Groups Projects
Commit b0bee8f6 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

drop sync requests to debug

parent 5ea1f187
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
uint, DeviceId, OwnedDeviceId, OwnedUserId, RoomId, UInt, UserId,
};
use tokio::sync::watch::Sender;
use tracing::{error, info};
use tracing::{debug, error};
use crate::{service::rooms::timeline::PduCount, services, Error, PduEvent, Result, Ruma, RumaResponse};
......@@ -98,7 +98,7 @@ pub async fn sync_events_route(
o.insert((body.since.clone(), rx.clone()));
info!("Sync started for {sender_user}");
debug!("Sync started for {sender_user}");
tokio::spawn(sync_helper_wrapper(sender_user.clone(), sender_device.clone(), body, tx));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment