chore: update logs for encoding collab
This commit is contained in:
parent
d822391dbc
commit
51020b8f03
|
|
@ -12,7 +12,7 @@ use std::sync::Arc;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
use tokio::sync::{mpsc, Mutex};
|
use tokio::sync::{mpsc, Mutex};
|
||||||
use tokio::time::{interval, sleep};
|
use tokio::time::{interval, sleep};
|
||||||
use tracing::{error, info, warn};
|
use tracing::{info, warn};
|
||||||
|
|
||||||
pub(crate) struct GroupPersistence<S> {
|
pub(crate) struct GroupPersistence<S> {
|
||||||
workspace_id: String,
|
workspace_id: String,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue