Skip to content

Commit d68f9aa

Browse files
vicbconico974
andauthored
Update packages/cloudflare/src/api/cloudflare-context.ts
Co-authored-by: conico974 <[email protected]>
1 parent 78da0e6 commit d68f9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/cloudflare-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare global {
3535
// Durable Object namespace to use for the durable object queue
3636
NEXT_CACHE_DO_QUEUE?: DurableObjectNamespace<DurableObjectQueueHandler>;
3737

38-
// Below are the environment variables to configure the durable object queue
38+
// Below are the optional environment variables to configure the durable object queue
3939
// The max number of revalidations that can be processed by the durable worker at the same time
4040
NEXT_CACHE_DO_QUEUE_MAX_REVALIDATION?: string;
4141
// The max time in milliseconds that a revalidation can take before being considered as failed

0 commit comments

Comments
 (0)