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