Mercurial > prosody-modules
diff mod_firewall/definitions.lib.lua @ 2859:22e11645a895
mod_firewall: Trim trailing whitespace [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 03 Jan 2018 07:49:22 +0100 |
parents | 8c879948a2cf |
children | 9fd61234b6f0 |
line wrap: on
line diff
--- a/mod_firewall/definitions.lib.lua Sun Dec 31 13:15:53 2017 +0100 +++ b/mod_firewall/definitions.lib.lua Wed Jan 03 07:49:22 2018 +0100 @@ -40,7 +40,7 @@ single = function () return new_throttle(rate*burst, burst); end; - + multi = function () local cache = require "util.cache".new(max_throttles, deny_when_full and evict_only_unthrottled or nil); return {