From 9578314831791f2eae7c56cd6fdbf20e72bf83ac Mon Sep 17 00:00:00 2001 From: Alex Carter Date: Mon, 11 Nov 2024 22:36:50 -0800 Subject: [PATCH] Tuned GCS --- lil-gcs/src/main.rs | 2 +- victory-suite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lil-gcs/src/main.rs b/lil-gcs/src/main.rs index 9ecf8e4e9..0e46ab360 100644 --- a/lil-gcs/src/main.rs +++ b/lil-gcs/src/main.rs @@ -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(); } } diff --git a/victory-suite b/victory-suite index d79ebf686..ff1442102 160000 --- a/victory-suite +++ b/victory-suite @@ -1 +1 @@ -Subproject commit d79ebf68627c09d744c66aaf750df5b960cf5db6 +Subproject commit ff144210226dbf2aa544c437a9fdc1344e7409a5