Skip to content

Commit

Permalink
INTERNAL: Update MAX_KEYS_FOR_MULTI_STORE_OPERATION from 200 to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic committed Aug 30, 2024
1 parent e71da0b commit d9ff4ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 200
#define MAX_KEYS_FOR_MULTI_STORE_OPERATION 500

enum memcached_server_distribution_t {
MEMCACHED_DISTRIBUTION_MODULA,
Expand Down
2 changes: 1 addition & 1 deletion tests/storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using namespace libtest;

#include "tests/storage.h"

#define REQ_COUNT MAX_KEYS_FOR_MULTI_STORE_OPERATION
#define REQ_COUNT 100
#define SMALL_BUFFER_SIZE 64
#define LARGE_BUFFER_SIZE 1000 * 1000
#define EXPIRE_TIME 60
Expand Down

0 comments on commit d9ff4ad

Please sign in to comment.