Skip to content

Commit

Permalink
Update packages/wrangler/src/assets.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Max Rozen <3822106+rozenmd@users.noreply.github.com>
  • Loading branch information
CarmenPopoviciu and rozenmd authored Dec 19, 2024
1 parent abb9de8 commit 469ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export function validateAssetsArgsAndConfig(
config?.assets?.experimental_serve_directly === false
) {
logger.warn(
"Turning on Smart Placement in a Worker that is using assets and serve_directlyset tofalse means that your entire Worker could be moved to run closer to your data source, and all requests will go to that Worker before serving assets.\n" +
"Turning on Smart Placement in a Worker that is using assets and serve_directly set to false means that your entire Worker could be moved to run closer to your data source, and all requests will go to that Worker before serving assets.\n" +
"This could result in poor performance as round trip times could increase when serving assets.\n\n" +
"Read more: https://developers.cloudflare.com/workers/static-assets/binding/#smart-placement"
);
Expand Down

0 comments on commit 469ece6

Please sign in to comment.