From 808f7af7da8b7d7fe48467b000c837b5f8dc91cb Mon Sep 17 00:00:00 2001 From: sebadob Date: Mon, 23 Sep 2024 11:01:39 +0200 Subject: [PATCH] remove the clear all caches on startup --- src/bin/src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/src/main.rs b/src/bin/src/main.rs index d672b7a8..4e05891f 100644 --- a/src/bin/src/main.rs +++ b/src/bin/src/main.rs @@ -170,10 +170,6 @@ https://sebadob.github.io/rauthy/getting_started/main.html"# } }; - // make sure, that all caches are cleared from possible inconsistent leftovers from the migrations - debug!("Clearing all caches"); - DB::client().clear_cache_all().await?; - // actix web let state = app_state.clone(); let actix = thread::spawn(move || {