Increase block size

This commit is contained in:
Cody Soyland 2013-10-30 16:04:39 -05:00
parent 961d1f8026
commit 2cf0b95ba7

View file

@ -10,7 +10,7 @@ import (
"time"
)
const blocksize = 4
const blocksize = 64
type Req struct {
id int