From 2cf0b95ba74ff3771ee1366745a591d1adb49c8b Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 30 Oct 2013 16:04:39 -0500 Subject: [PATCH] Increase block size --- commands/pilosa-nexter/nexter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pilosa-nexter/nexter.go b/commands/pilosa-nexter/nexter.go index 24dedc326..de5eb0483 100644 --- a/commands/pilosa-nexter/nexter.go +++ b/commands/pilosa-nexter/nexter.go @@ -10,7 +10,7 @@ import ( "time" ) -const blocksize = 4 +const blocksize = 64 type Req struct { id int