We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78da0e6 commit d68f9aaCopy full SHA for d68f9aa
packages/cloudflare/src/api/cloudflare-context.ts
@@ -35,7 +35,7 @@ declare global {
35
// Durable Object namespace to use for the durable object queue
36
NEXT_CACHE_DO_QUEUE?: DurableObjectNamespace<DurableObjectQueueHandler>;
37
38
- // Below are the environment variables to configure the durable object queue
+ // Below are the optional environment variables to configure the durable object queue
39
// The max number of revalidations that can be processed by the durable worker at the same time
40
NEXT_CACHE_DO_QUEUE_MAX_REVALIDATION?: string;
41
// The max time in milliseconds that a revalidation can take before being considered as failed
0 commit comments