we dont have catchup so just comment it out

main
Charlotte Som 2024-11-25 19:53:49 +02:00
parent f0e5dc7428
commit aefb726109
1 changed files with 3 additions and 3 deletions

View File

@ -134,13 +134,13 @@ async fn run_subscription(
tracing::debug!(id = %sub.id, "subscription started");
if let Some(_cursor) = cursor {
tracing::debug!(id = %sub.id, "filling from event cache");
/* if let Some(cursor) = cursor {
tracing::debug!(id = %sub.id, "subscription filling from cache");
// TODO: cursor catchup (read from server db history)
tracing::debug!(id = %sub.id, "subscription live-tailing");
}
} */
// live tailing:
let mut raw_block_rx = server.raw_block_tx.subscribe();