1
0

Fix forge syncing not working

This commit is contained in:
Jai A
2023-04-05 12:02:00 -07:00
parent b9de2b4b58
commit aa84f21fde
7 changed files with 31 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ async fn main() {
return;
}
let mut timer = tokio::time::interval(Duration::from_secs(30 * 60));
let mut timer = tokio::time::interval(Duration::from_secs(60 * 60));
let semaphore = Arc::new(Semaphore::new(50));
loop {