|
|
@ -47,7 +47,7 @@ func init() { |
|
|
|
copy.replication = cmdCopy.Flag.String("replication", "", "replication type") |
|
|
|
copy.collection = cmdCopy.Flag.String("collection", "", "optional collection name") |
|
|
|
copy.ttl = cmdCopy.Flag.String("ttl", "", "time to live, e.g.: 1m, 1h, 1d, 1M, 1y") |
|
|
|
copy.maxMB = cmdCopy.Flag.Int("maxMB", 0, "split files larger than the limit") |
|
|
|
copy.maxMB = cmdCopy.Flag.Int("maxMB", 32, "split files larger than the limit") |
|
|
|
copy.filerGrpcPort = cmdCopy.Flag.Int("filer.port.grpc", 0, "filer grpc server listen port, default to filer port + 10000") |
|
|
|
} |
|
|
|
|
|
|
|