mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
fix: ulimit docs mistake
License: MIT Signed-off-by: chenminjian <727180553@qq.com>
This commit is contained in:
parent
821c36c0b1
commit
e7eded1ef6
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user