Merge pull request #72 from alibaba/improve-1.6.1

Improve 1.6.1
v4
Vinllen Chen 6 years ago committed by GitHub
commit 78074e7963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/redis-shake/sync.go

@ -95,7 +95,7 @@ func (cmd *CmdSync) Main() {
}
var wg sync.WaitGroup
wg.Add(len(conf.Options.SourceAddress))
wg.Add(len(conf.Options.SourceAddressList))
for i := 0; i < int(conf.Options.SourceParallel); i++ {
go func() {

Loading…
Cancel
Save