Merge pull request #93 from xlab/patch-1

Increase MaxValueSize for a reasonable value
This commit is contained in:
siddontang 2014-11-09 18:39:27 +08:00
commit 40a0f88d85
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const (
MaxSetMemberSize int = 1024
//max value size
MaxValueSize int = 10 * 1024 * 1024
MaxValueSize int = 1024 * 1024 * 1024
)
var (