mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
handle postgres timeouts
This commit is contained in:
@@ -181,6 +181,7 @@ Pg::query(char const* command, std::size_t nParams, char const* const* values)
|
||||
BOOST_LOG_TRIVIAL(error) << ss.str();
|
||||
PgResult retRes(ret.get(), conn_.get());
|
||||
disconnect();
|
||||
|
||||
return retRes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user