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 config MaximumSpace doesn't convey what unit it uses. Commonly, we add a suffix for this, so let's do that now as well, and rename it to MaximumSpaceBytes.
Rename all instances of this identifier. This includes not just the configuration key but all internal variables, and methods as well.
For backward compatibility, the logic should be that first the new key is read, and if there's no value for it, then the old one (and if there's no value for that either, then use the default as we do now).
The config
MaximumSpace
doesn't convey what unit it uses. Commonly, we add a suffix for this, so let's do that now as well, and rename it toMaximumSpaceBytes
.Jira issue
The text was updated successfully, but these errors were encountered: