drop sync requests to debug
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5ea1f18776
commit
b0bee8f6ae
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ use ruma::{
|
|||
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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue