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:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
const MinAgentNameLength = 3
|
||||
const MaxAgentRules = 10
|
||||
const MaxAgentRules = 100
|
||||
|
||||
const MinAlertAfter = 30 // 30 seconds
|
||||
const MaxAlertAfter = 21600 // 6 hours
|
||||
|
||||
Reference in New Issue
Block a user