Skip to content

Commit

Permalink
Merge pull request #5894 from chenminjian/docs/ulimit
Browse files Browse the repository at this point in the history
fix: ulimit docs mistake
  • Loading branch information
Stebalien authored Jan 5, 2019
2 parents 821c36c + e7eded1 commit 5fce2df
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 5fce2df

Please sign in to comment.