chore: disable new ack code
This commit is contained in:
parent
d4e45efd6a
commit
80899722bf
|
|
@ -330,7 +330,7 @@ fn ack_code_from_error(error: &Error) -> AckCode {
|
||||||
match error {
|
match error {
|
||||||
Error::YrsTransaction(_) => AckCode::Retry,
|
Error::YrsTransaction(_) => AckCode::Retry,
|
||||||
Error::YrsApplyUpdate(_) => AckCode::CannotApplyUpdate,
|
Error::YrsApplyUpdate(_) => AckCode::CannotApplyUpdate,
|
||||||
Error::YrsEncodeState(_) => AckCode::EncodeState,
|
// Error::YrsEncodeState(_) => AckCode::EncodeState,
|
||||||
_ => AckCode::Internal,
|
_ => AckCode::Internal,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue