Skip to content

Commit

Permalink
keep compatiability
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Aug 19, 2016
1 parent 1f0a4a2 commit d3b8a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func main() {
},
cli.IntFlag{
Name: "datashard",
Value: 7,
Value: 10,
Usage: "set reed-solomon erasure coding - datashard",
},
cli.IntFlag{
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func main() {
},
cli.IntFlag{
Name: "datashard",
Value: 7,
Value: 10,
Usage: "set reed-solomon erasure coding - datashard",
},
cli.IntFlag{
Expand Down

0 comments on commit d3b8a4d

Please sign in to comment.