Back to Vercel

Interface: DangerouslyDeleteOptions

packages/functions/docs/interfaces/index.DangerouslyDeleteOptions.md

16.1.2680 B
Original Source

Interface: DangerouslyDeleteOptions

index.DangerouslyDeleteOptions

Table of contents

Properties

Properties

revalidationDeadlineSeconds

Optional revalidationDeadlineSeconds: number

The time in seconds for how long the stale content can be served while revalidating the new content in the background. If none is provided, the default is 0 and the content will be deleted immediately.

Defined in

packages/functions/src/purge/types.ts:6