mapbox / mapbox-sdk-js

A JavaScript client to Mapbox services, supporting Node, browsers, and React Native
Other
719 stars 186 forks source link

reword fresh=true guidance #417

Open andrewharvey opened 3 years ago

andrewharvey commented 3 years ago

The documentation currently says "fresh=true should never be used in production or high concurrency environments." however that's not quite true, as it depends on the application.

An application which fetches a style to mutate it, then write it back to the account, might be used in "production" and should use fresh=true to ensure it always operates on the latest non-cached style.