Skip to content
Snippets Groups Projects
Commit e7a51c07 authored by Jonathan de Jong's avatar Jonathan de Jong
Browse files

log change feedback

parent 79bf7fc5
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ fn read_lock(&self) -> HoldingConn<'_> {
// If the spillover readers are more than the number of total readers, there might be a problem.
if now_count > self.readers.len() {
log::warn!(
"read_lock: possible high load; now {} spillover readers exist",
"Database is under high load. Consider increasing sqlite_read_pool_size ({} spillover readers exist)",
now_count
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment