revert MESSAGES_IN_POSTGRES_CHANNEL
This commit is contained in:
parent
1c692d8c32
commit
79fe62b820
|
@ -235,7 +235,7 @@ impl Postgres {
|
|||
info!("Writing to postgres");
|
||||
|
||||
while let Some(msg) = recv.recv().await {
|
||||
MESSAGES_IN_POSTGRES_CHANNEL.inc();
|
||||
MESSAGES_IN_POSTGRES_CHANNEL.dec();
|
||||
let session = self.get_session().await?;
|
||||
|
||||
let Err(err) = (
|
||||
|
|
Loading…
Reference in New Issue