Skip to content

Commit f40359f

Browse files
committed
fix linting
1 parent e928d67 commit f40359f

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
@@ -92,13 +92,13 @@ You will also need to add some binding to your `wrangler.jsonc` file.
9292
```
9393

9494
You can customize the behaviors of the queue with environment variables:
95+
9596
- The max number of durable workers that can be created (MAX_REVALIDATE_CONCURRENCY)
9697
- The max number of revalidations that can be processed by an instance of durable worker at the same time (MAX_REVALIDATION_BY_DURABLE_OBJECT)
9798
- The max time in milliseconds that a revalidation can take before being considered as failed (REVALIDATION_TIMEOUT_MS)
9899
- 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)
99100
- The maximum number of attempts that can be made to revalidate a path (MAX_REVALIDATION_ATTEMPTS)
100101

101-
102102
<Callout>
103103
There is 2 additional modes that you can use for the queue `direct` and the memory queue
104104

0 commit comments

Comments
 (0)