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 Use the Afero source fs where relevant 2016-07-30 15:37:03 +02:00
hugo_windows.go
import_jekyll.go
import_jekyll_test.go
limit_darwin.go
limit_others.go
list.go
list_config.go Make config flag global 2016-07-07 18:06:48 +02:00
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 commands: Allow schema-less baseURL on command line 2016-06-29 23:08:55 -06:00
undraft.go Use the Afero source fs where relevant 2016-07-30 15:37:03 +02:00
undraft_test.go
version.go