diff options
Diffstat (limited to 'libs')
-rw-r--r-- | libs/core/luasrc/util.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/core/luasrc/util.lua b/libs/core/luasrc/util.lua index 6b474f6f2..074b43519 100644 --- a/libs/core/luasrc/util.lua +++ b/libs/core/luasrc/util.lua @@ -303,6 +303,7 @@ function parse_units(ustr) w = 60 * 60 * 24 * 7, d = 60 * 60 * 24, h = 60 * 60, + min = 60, -- storage sizes kb = 1024, |