Skip to content

Commit 40da3a0

Browse files
feat(fastly): Add acl_fast_creation setting mention
1 parent a00f893 commit 40da3a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crowdsec-docs/unversioned/bouncers/fastly.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ The bouncer configuration is defined in a YAML file that controls all aspects of
115115

116116
### Root Configuration Parameters
117117

118+
#### `acl_fast_creation`
119+
- **Type**: Boolean
120+
- **Default**: `false`
121+
- **Description**: Enables faster parallel creation of ACLs in Fastly. When set to `true`, ACLs are created in parallel, which speeds up the initial setup but results in random/unpredictable order of ACLs. When set to `false`, ACLs are created sequentially, which is slower but maintains a natural order.
122+
- **Example**: `true`
123+
118124
#### `bouncer_version`
119125
- **Type**: String
120126
- **Default**: Current version of the bouncer

0 commit comments

Comments
 (0)