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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,12 @@ This feature can be controlled via the following variables:
135
135
*`SCC_SIZE` (environment variable)
136
136
* Description: The size of the application-specific SCC layer in the image. This value is only used if `TRIM_SCC` is set to `"false"`.
137
137
* Default: `"80m"`.
138
+
*`WARM_ENDPOINT` (environment variable)
139
+
* Description: If `"true"`, curl will be used to access the WARM_ENDPOINT_URL (see below) during the population of the SCC. This will increase the amount of information in the SCC and improve first request time in subsequent starts of the image.
140
+
* Default: `"true"`.
141
+
*`WARM_ENDPOINT_URL` (enviornment variable)
142
+
* Description: The URL to access during SCC population if WARM_ENDPOINT is true.
0 commit comments