Skip to content

Commit

Permalink
Tuned GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforphil committed Nov 12, 2024
1 parent 210719c commit 9578314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lil-gcs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ async fn main() {
});
let datastore = datastore.clone();
loop {
tokio::time::sleep(Duration::from_millis(200)).await;
tokio::time::sleep(Duration::from_millis(100)).await;
datastore.lock().unwrap().run_sync();
}
}

0 comments on commit 9578314

Please sign in to comment.