hunter/main: bump systemd::extend_timeout() for introducing hosts from redis

This commit is contained in:
Astro 2022-11-18 17:43:35 +01:00
parent 438727def0
commit 3ccc6278d9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ async fn main() {
while let Some(host) = hosts.next().await {
scheduler.introduce(host).await;
cave::systemd::extend_timeout(100_000);
cave::systemd::extend_timeout(10_000_000);
}
}