We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad97d9 commit caf79c9Copy full SHA for caf79c9
icda-core/src/backup.rs
@@ -60,7 +60,7 @@ impl ReUploader {
60
);
61
}
62
63
- tokio::time::sleep(tokio::time::Duration::from_secs(60)).await;
+ tokio::time::sleep(tokio::time::Duration::from_secs(600)).await;
64
65
66
0 commit comments