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 0eec430 commit a5516b1Copy full SHA for a5516b1
lib/utils.js
@@ -289,7 +289,9 @@ async function getQuota (root, serverUri) {
289
}
290
291
/**
292
- * Returns true of the user has exceeded their quota
+ * 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.
295
*/
296
297
async function overQuota (root, serverUri) {
0 commit comments