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.
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.