improvement: persist cached auth chains in db

This commit is contained in:
Timo Kösters
2021-08-26 14:18:19 +02:00
parent bef4fe50ce
commit 41d07be97b
4 changed files with 128 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ use std::{
time::Duration,
};
use tokio::sync::watch::Sender;
use tracing::{error, warn};
use tracing::error;
#[cfg(feature = "conduit_bin")]
use rocket::{get, tokio};