You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/configuration/previews.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The resulting alias would be associated with this version, and immediately avail
86
86
- Aliases must use only lowercase letters, numbers, and dashes.
87
87
- Aliases must begin with a lowercase letter.
88
88
- 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.
0 commit comments