Skip to content

Commit

Permalink
Merge pull request #1605 from Expensify/main
Browse files Browse the repository at this point in the history
Update expensify_prod branch
  • Loading branch information
danieldoglas authored Nov 7, 2023
2 parents bdf885c + ca26981 commit bd1c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitecluster/SQLiteNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const uint64_t SQLiteNode::RECV_TIMEOUT{STIME_US_PER_S * 30};

// Setting this to 10 or lower may deadlock the server, as followers are only guaranteed to respond to every 10th message.
// If the threshold for blocking commits is less than 10, we may block, but never receive a message indicating that we should unblock.
atomic<uint64_t> SQLiteNode::MAX_PEER_FALL_BEHIND{500};
atomic<uint64_t> SQLiteNode::MAX_PEER_FALL_BEHIND{1000};

const string SQLiteNode::CONSISTENCY_LEVEL_NAMES[] = {"ASYNC",
"ONE",
Expand Down

0 comments on commit bd1c044

Please sign in to comment.