Skip to content

Commit

Permalink
Merge pull request #1711 from Expensify/main
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
deetergp authored May 6, 2024
2 parents 61512ef + 6a064cb commit f1ac3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitecluster/SQLite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ bool SQLite::prepare(uint64_t* transactionID, string* transactionhash) {
auto start = STimeNow();
_sharedData.commitLock.lock();
auto end = STimeNow();
if (end - start > 5'000'000) {
if (end - start > 5'000) {
SINFO("Waited " << (end - start) << "us for commit lock.");
}
_sharedData._commitLockTimer.start("SHARED");
Expand Down

0 comments on commit f1ac3f2

Please sign in to comment.