Skip to content

Commit

Permalink
workers count to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
anton.rumyantsev committed Jul 4, 2018
1 parent 90c93dc commit ed594a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified bin/r2s_darwin_64
Binary file not shown.
Binary file modified bin/r2s_linux_64
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/r2s/r2s.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func New() *R2s {
log: logrus.New(),
arg: argparse.NewParser("redis_p2s", "Redis Production to Sandbox cloning tool"),
workerChannel: make(chan *copyStruct),
workersCount: 100,
workersCount: 7,
configFile: fmt.Sprintf("%s/config.yml", path.Join(path.Dir(os.Args[0]))),
}
return s
Expand Down

0 comments on commit ed594a6

Please sign in to comment.