Skip to content

Commit

Permalink
Merge pull request #565 from sebadob/no-cache-clear-on-startup
Browse files Browse the repository at this point in the history
remove the clear all caches on startup
  • Loading branch information
sebadob authored Sep 23, 2024
2 parents 54bc517 + 808f7af commit 670296b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 || {
Expand Down

0 comments on commit 670296b

Please sign in to comment.