banip: update 0.1.1

* remove needless sort step to reduce system load
* change maxqueue default in backend and LuCI frontend
  to '4' to reduce (default) system load
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2019-05-16 11:16:03 +02:00
parent 6d6bceed8c
commit f3ece9653d
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ config banip 'global'
config banip 'extra'
option ban_debug '0'
option ban_backup '0'
option ban_maxqueue '8'
option ban_maxqueue '4'
config source 'whitelist'
option ban_src '/etc/banip/banip.whitelist'