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:13:59 -08:00
parent b0652c55c6
commit 6ad326ac58

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 =