mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
send the analytics only once every hours
This commit is contained in:
parent
01737ef847
commit
9a62ac0c94
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ mod segment {
|
|||
}
|
||||
let _ = batcher.flush().await;
|
||||
}
|
||||
tokio::time::sleep(Duration::from_secs(60 * 2)).await; // 2 minutes
|
||||
tokio::time::sleep(Duration::from_secs(60 * 60)).await; // one hour
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue