mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 15:10:35 +03:00
parent
e8d6ca9531
commit
a8f7fbbb10
4 changed files with 208 additions and 191 deletions
|
@ -61,11 +61,6 @@ This is primarily to ensure that Hugo can watch enough files on some OSs`,
|
|||
return &limitCmd{baseCmd: newBaseCmd(ccmd)}
|
||||
}
|
||||
|
||||
func init() {
|
||||
// TODO(bep) cli refactor
|
||||
//checkCmdOld.AddCommand(limit)
|
||||
}
|
||||
|
||||
func tweakLimit() {
|
||||
var rLimit syscall.Rlimit
|
||||
err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rLimit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue