We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc260c commit 3d30cc4Copy full SHA for 3d30cc4
1 file changed
lib/utils.js
@@ -297,6 +297,7 @@ async function overQuota (root, serverUri) {
297
if (quota === Infinity) {
298
return false
299
}
300
+ // TODO: cache this value?
301
var size = await actualSize(root)
302
return (size > quota)
303
0 commit comments