fix: ulimit docs mistake

License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
This commit is contained in:
chenminjian 2019-01-05 21:27:17 +08:00
parent 821c36c0b1
commit e7eded1ef6

View File

@ -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)