Skip to content

Commit 34aa3bf

Browse files
committed
add cache TODO
1 parent 43be6a1 commit 34aa3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ async function overQuota (root, serverUri) {
297297
if (quota === Infinity) {
298298
return false
299299
}
300+
// TODO: cache this value?
300301
var size = await actualSize(root)
301302
return (size > quota)
302303
}

0 commit comments

Comments
 (0)