hugo/commands
Jeremy Brown d7f364c27e Fix for meminterval not using specified interval
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
2016-08-02 19:48:07 +02:00
..
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 Fix for meminterval not using specified interval 2016-08-02 19:48:07 +02:00
server_test.go
undraft.go
undraft_test.go
version.go