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
Changes of disabled config MUST be eventually visible (#4645)
Fixes#4643
## What
Clarify that changes of disabled config MUST be eventually visible.
## Why
Currently, the implementation that would not never synchronize
modification and access to `disabled` config are compliant with the
specification. This is not correct as then the user may never see the
changes when the configuration changes.
Per
#4645 (comment)
Languages remain free to document and implement their own
refresh/caching behaviors as long as they are eventually consistent.
---------
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: Carlos Alberto Cortez <[email protected]>
0 commit comments