fixed retry condition
This commit is contained in:
parent
758ab39a1d
commit
b27cec1411
2 changed files with 2 additions and 3 deletions
|
|
@ -127,8 +127,7 @@ impl KeyPoolStorage for PgKeyPoolStorage {
|
|||
.await?;
|
||||
Ok(true)
|
||||
}
|
||||
9 => Ok(false),
|
||||
_ => Ok(true),
|
||||
_ => Ok(false),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue