mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Refactor
This commit is contained in:
@@ -328,7 +328,7 @@ async fn wait_archive(
|
||||
task_id: String,
|
||||
message: Message,
|
||||
) -> BotHandlerInternal {
|
||||
let mut interval = time::interval(Duration::from_secs(5));
|
||||
let mut interval = time::interval(Duration::from_secs(15));
|
||||
|
||||
let task = loop {
|
||||
interval.tick().await;
|
||||
|
||||
Reference in New Issue
Block a user