1
0
mirror of https://github.com/evilsocket/shieldwall.git synced 2021-09-07 00:28:37 +03:00

misc: max rules per agent now is 100

This commit is contained in:
Simone Margaritelli
2021-03-05 18:49:10 +01:00
parent 04cf64e65f
commit 2a3e8bf7d9

View File

@@ -7,7 +7,7 @@ import (
)
const MinAgentNameLength = 3
const MaxAgentRules = 10
const MaxAgentRules = 100
const MinAlertAfter = 30 // 30 seconds
const MaxAlertAfter = 21600 // 6 hours