Home
last modified time | relevance | path

Searched refs:MAX_BULK_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dfile.js14 const MAX_BULK_SIZE = 2 * 1024 * 1024 // 2MB constant
38 if (stat.size <= MAX_BULK_SIZE) {