Skip to content

Commit 4e5a43c

Browse files
committed
Update alias count to be new 1000 limit
1 parent aa7d221 commit 4e5a43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/previews.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The resulting alias would be associated with this version, and immediately avail
8686
- Aliases must use only lowercase letters, numbers, and dashes.
8787
- Aliases must begin with a lowercase letter.
8888
- The alias and Worker name combined (with a dash) must not exceed 63 characters due to DNS label limits.
89-
- Only the 20 most recently used aliases are retained. When a new alias is created beyond this limit, the least recently used alias is deleted.
89+
- Only the 1000 most recently deployed aliases are retained. When a new alias is created beyond this limit, the least recently deployed alias is deleted.
9090

9191
## Manage access to Preview URLs
9292

0 commit comments

Comments
 (0)