reduce chunk size from 1000 to 250

master
Jordan Orelli 10 years ago
parent fc182dc062
commit 55a0b692fc

@ -11,7 +11,7 @@ import (
)
var chunk_target = 250 * time.Millisecond
var chunk_max = 1000
var chunk_max = 250
var options struct {
host string // hostname or ip address of the redis server to connect to

Loading…
Cancel
Save