From 6d7773cc5e375c5b7dd7d488bcb35d84632d0ad4 Mon Sep 17 00:00:00 2001 From: Paul Asmuth Date: Tue, 20 Mar 2012 13:42:47 +0100 Subject: [PATCH] 200 iikeys per redis hmget batch seems to be the sweet spot --- ext/recommendify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/recommendify.c b/ext/recommendify.c index f64e112..1bd1fe8 100644 --- a/ext/recommendify.c +++ b/ext/recommendify.c @@ -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 {