Skip to content

Commit

Permalink
200 iikeys per redis hmget batch seems to be the sweet spot
Browse files Browse the repository at this point in the history
  • Loading branch information
asmuth committed Mar 20, 2012
1 parent 285fc81 commit 6d7773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/recommendify.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main(int argc, char **argv){
char* cur_batch;
char *iikey;

int batch_size = 100; /* FIXPAUL: make option */
int batch_size = 200; /* FIXPAUL: make option */
int maxItems = 50; /* FIXPAUL: make option */

struct {
Expand Down

0 comments on commit 6d7773c

Please sign in to comment.