aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
diff options
context:
space:
mode:
authorBen Radford <benradf@users.noreply.github.com>2023-04-11 10:22:07 +0100
committerBen Radford <benradf@users.noreply.github.com>2023-04-11 11:15:34 +0100
commit7c56e842133afe14812270c34cda3dc0a3da8aa6 (patch)
tree6d8892879f18699c773eb45b025c0f1e09c7a0bb /src/libcmd
parent7f5ca6192d091090bc71ab7bf96dd4acf0f1d376 (diff)
Warn after a second of being busy instead of immediately.
Getting the occasional SQLITE_BUSY is expected when the database is being accessed concurrently. The retry will likely succeed so it is pointless to warn immediately. Instead we track how long each retrySQLite block has been running, and only begin warning after a second has elapsed (and then every 10 seconds subsequently).
Diffstat (limited to 'src/libcmd')
0 files changed, 0 insertions, 0 deletions