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
The previous config defaulted to false, which is not good, because we
want all nodes to default it to true. This change renames the fields to
"disable_..." because (1) we need a field name change to apply new
defaults because some nodes may already have reinitialized the config;
(2) defaulting a field to false is more natural and less error-prone, so
using "disable" rather than "enable" will more naturally default to
enabling.
Also document the config fields.
Closes#12347
Description
Right now it's set to false. Some nodes may have already been initialized with false. We need to set it to true. So perhaps change the flag name.
The text was updated successfully, but these errors were encountered: