Skip to content

Commit

Permalink
fix: ulimit docs mistake
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
  • Loading branch information
qiwaa committed Jan 5, 2019
1 parent 821c36c commit e7eded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipfs/util/ulimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
)

// maxFds is the maximum number of file descriptors that go-ipfs
// can use. The default value is 1024. This can be overwritten by the
// can use. The default value is 2048. This can be overwritten by the
// IPFS_FD_MAX env variable
var maxFds = uint64(2048)

Expand Down

0 comments on commit e7eded1

Please sign in to comment.