Server tools to backfill, tail, mirror, and verify PLC logs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fjall: make /export/stream cursor exclusive

dawn 1f382d81 5d202826

+1
+1
src/mirror/fjall.rs
··· 353 353 latest_cursor 354 354 } 355 355 }; 356 + cursor += 1; // make cursor exclusive 356 357 357 358 Ok(ws.on_upgrade(move |mut socket| async move { 358 359 loop {