Browse Source

Revert "feat(worker): add '-4' option to rsync when 'use_ipv6' is false"

This reverts commit d536aca2ac42e74a0902546d28b7de0e7f639195.
bigeagle 8 năm trước cách đây
mục cha
commit
a50a360a91
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      worker/rsync_provider.go

+ 0 - 2
worker/rsync_provider.go

@@ -49,8 +49,6 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) {
 
 	if c.useIPv6 {
 		options = append(options, "-6")
-	} else {
-		options = append(options, "-4")
 	}
 
 	if c.excludeFile != "" {