diff --git a/bouncer.go b/bouncer.go index 352a466..31aa919 100644 --- a/bouncer.go +++ b/bouncer.go @@ -58,8 +58,8 @@ func CreateConfig() *Config { CrowdsecCapiLogin: "", CrowdsecCapiPwd: "", CrowdsecCapiScenarios: []string{}, - UpdateIntervalSeconds: 10, - DefaultDecisionSeconds: 10, + UpdateIntervalSeconds: 60, + DefaultDecisionSeconds: 60, } } @@ -71,7 +71,6 @@ type Bouncer struct { enabled bool crowdsecStreamHealthy bool - needInit bool crowdsecScheme string crowdsecHost string crowdsecKey string