Skip to content

Commit 261bbdc

Browse files
uhm0311jhpark816
authored andcommitted
INTERNAL: Call offer() instead of add() for addedQueue
1 parent 265ace3 commit 261bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/spy/memcached/MemcachedConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ public void receivedStatus(OperationStatus val) {
655655
@Override
656656
public void complete() {
657657
if (authDone) {
658-
addedQueue.add(node);
658+
addedQueue.offer(node);
659659
return;
660660
}
661661

0 commit comments

Comments
 (0)