Skip to content

Commit 8a7044b

Browse files
docs(cloudflare): fix typo in caching.md for revalidation variable (#203)
1 parent d2f749c commit 8a7044b

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

475475
You can customize the behaviors of the queue with environment variables:
476476

477-
- The max number of revalidations that can be processed by an instance of durable object at the same time (`NEXT_CACHE_DO_QUEUE_MAX_RETRIES`)
477+
- The max number of revalidations that can be processed by an instance of durable object at the same time (`NEXT_CACHE_DO_QUEUE_MAX_REVALIDATION`)
478478
- The max time in milliseconds that a revalidation can take before being considered as failed (`NEXT_CACHE_DO_QUEUE_REVALIDATION_TIMEOUT_MS`)
479479
- 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 (`NEXT_CACHE_DO_QUEUE_RETRY_INTERVAL_MS`)
480480
- The maximum number of attempts that can be made to revalidate a path (`NEXT_CACHE_DO_QUEUE_MAX_RETRIES`)

0 commit comments

Comments
 (0)