MCPcopy Create free account
hub / github.com/error311/FileRise / getDownloadLimit

Function getDownloadLimit

public/js/fileActions.js:317–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315}
316
317function getDownloadLimit() {
318 const limit = window.maxNonZipDownloads || MAX_NONZIP_MULTI_DOWNLOAD;
319 return Number.isFinite(limit) ? limit : MAX_NONZIP_MULTI_DOWNLOAD;
320}
321
322
323 // --- Upload modal "portal" support ---

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected