Skip to content

Commit b98f80a

Browse files
committed
server : test alternative LRU logic
1 parent b77d111 commit b98f80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,6 +2188,7 @@ struct server_context {
21882188
if (!ret || slot.t_last_used <= t_last) {
21892189
t_last = slot.t_last_used;
21902190
ret = &slot;
2191+
break; // TMP: always pick the first non-processing slot
21912192
}
21922193
}
21932194

0 commit comments

Comments
 (0)