Skip to content

Commit df71046

Browse files
committed
fix linting
1 parent 3df6220 commit df71046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/cloudflare/caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ You will also need to add some binding to your `wrangler.jsonc` file.
8888
```
8989

9090
You can customize the behaviors of the queue with environment variables:
91+
9192
- The max number of durable workers that can be created (MAX_REVALIDATE_CONCURRENCY)
9293
- The max number of revalidations that can be processed by an instance of durable worker at the same time (MAX_REVALIDATION_BY_DURABLE_OBJECT)
9394
- The max time in milliseconds that a revalidation can take before being considered as failed (REVALIDATION_TIMEOUT_MS)
9495
- The amount of time after which a revalidation will be attempted again if it failed. If it fails again it will exponentially back off until it reaches the max retry interval (REVALIDATION_RETRY_INTERVAL_MS)
9596
- The maximum number of attempts that can be made to revalidate a path (MAX_REVALIDATION_ATTEMPTS)
9697

97-
9898
<Callout>
9999
There is 2 additional modes that you can use for the queue `direct` and the memory queue
100100

0 commit comments

Comments
 (0)