Wait longer before deleting outdated rooms from the database

Co-authored-by: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Max Brunsfeld
2022-12-13 10:14:43 -08:00
co-authored by Antonio Scandurra
parent b0652c55c6
commit 6ad326ac58
+1 -1
View File
@@ -57,7 +57,7 @@ use tokio::sync::watch;
use tower::ServiceBuilder;
use tracing::{info_span, instrument, Instrument};
pub const RECONNECT_TIMEOUT: Duration = rpc::RECEIVE_TIMEOUT;
pub const RECONNECT_TIMEOUT: Duration = Duration::from_secs(60);
lazy_static! {
static ref METRIC_CONNECTIONS: IntGauge =