Skip to content

Commit a5516b1

Browse files
committed
more docs
1 parent 0eec430 commit a5516b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/utils.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ async function getQuota (root, serverUri) {
289289
}
290290

291291
/**
292-
* Returns true of the user has exceeded their quota
292+
* Returns true of the user has already exceeded their quota, i.e. it
293+
* will check if new requests should be rejected, which means they
294+
* could PUT a large file and get away with it.
293295
*/
294296

295297
async function overQuota (root, serverUri) {

0 commit comments

Comments
 (0)