We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12f91a commit 00ca970Copy full SHA for 00ca970
src/components/mainView/subComponents/ForbidAutogrowth.js
@@ -107,7 +107,7 @@ const ForbidAutogrowth = (props) => {
107
{autogrowthForbidden && (
108
<div className="text-sm mt-2">
109
Disabling will limit your available quota to either your existing commitments or your current usage,
110
- whichever value is greater.
+ whichever value is greater. Changes to this setting typically take around 15 minutes to take effect.
111
</div>
112
)}
113
</p>
0 commit comments