Files
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
..
2016-06-09 16:03:25 +02:00
2016-02-05 21:18:45 +01:00
2016-03-23 14:51:16 +01:00
2016-03-31 21:24:18 +02:00
2016-03-31 21:24:18 +02:00
2016-07-30 15:37:03 +02:00
2016-03-31 21:24:18 +02:00
2016-07-07 18:06:48 +02:00
2016-03-31 21:24:18 +02:00
2016-03-14 15:24:42 +01:00