mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
d7f364c27e
Hugo seems to ignore the meminterval I specify and always uses it's default of 100ms. This seems to be because Hugo tries to take the meminterval from the command line (an Int) and converts it to a String and passes it to time.ParseDuration. If you pass a different meminterval (such as `1000` as above) it will fail (time.ParseDuration requires some units) and use the default instead. Changed `meminterval` to be a String and added better documentation for valid time units. Resolves: #2325 |
||
---|---|---|
.. | ||
benchmark.go | ||
check.go | ||
convert.go | ||
gen.go | ||
genautocomplete.go | ||
gendoc.go | ||
genman.go | ||
hugo.go | ||
hugo_windows.go | ||
import_jekyll.go | ||
import_jekyll_test.go | ||
limit_darwin.go | ||
limit_others.go | ||
list.go | ||
list_config.go | ||
new.go | ||
new_test.go | ||
server.go | ||
server_test.go | ||
undraft.go | ||
undraft_test.go | ||
version.go |