MCPcopy
hub / github.com/scality/cloudserver / wait

Function wait

tests/sur/quota.js:32–37  ·  view source on GitHub ↗
(timeoutMs, cb)

Source from the content-addressed store, hash-verified

30const quota = { quota: 1000 };
31
32function wait(timeoutMs, cb) {
33 if (s3Config.isQuotaInflightEnabled()) {
34 return setTimeout(cb, timeoutMs);
35 }
36 return cb();
37}
38
39function createBucket(bucket, locked, cb) {
40 const config = {

Callers 2

uploadPartCopyFunction · 0.70
quota.jsFile · 0.70

Calls 1

Tested by

no test coverage detected