Skip to content

Commit

Permalink
INTERNAL: Update MAX_KEYS_FOR_MULTI_STORE_OPERATION from 100 to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic authored and jhpark816 committed Aug 29, 2024
1 parent 500364b commit 44f8679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmemcached/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#define MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT 1

#define MAX_SERVERS_FOR_MULTI_KEY_OPERATION 1000
#define MAX_KEYS_FOR_MULTI_STORE_OPERATION 100
#define MAX_KEYS_FOR_MULTI_STORE_OPERATION 200

enum memcached_server_distribution_t {
MEMCACHED_DISTRIBUTION_MODULA,
Expand Down

0 comments on commit 44f8679

Please sign in to comment.