Skip to content

Commit

Permalink
Update a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklata committed Mar 6, 2024
1 parent bb2579c commit 273748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ int main(int argc, char** argv) {
for (;;) {
gc_threads();

// This optimizes for less mutex contention at the cost of
// This optimizes for the common break case at the cost of
// dropping a connection on malloc failure below.
struct client c;
int r = server_waitclient(&srvrs[i], &c);
Expand Down

0 comments on commit 273748a

Please sign in to comment.