Skip to content

Commit 63806da

Browse files
feat(fastly): Add acl_fast_creation in config example
1 parent 40da3a0 commit 63806da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crowdsec-docs/unversioned/bouncers/fastly.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ fastly_account_configs:
318318
captcha_cookie_expiry_duration: '1800' # Duration to persist the cookie containing proof of solving captcha
319319
reference_version: null # Optional: specify a specific version to clone from instead of the active version
320320
321-
bouncer_version: v0.0.2
321+
bouncer_version: v0.2.0
322+
acl_fast_creation: false # Set to true, to enable parallel creation of ACLs. This is faster but the order of ACLs is random/unpredictable.
322323
update_frequency: 30 # Duration in seconds to poll the crowdsec API
323324
log_level: info # Valid choices are either of "debug","info","warning","error"
324325
log_mode: stdout # Valid choices are "file" or "stdout" or "stderr"

0 commit comments

Comments
 (0)