Filter out small downloads (prototype).
smallFilter(dat, threshold = 1000L, multi.core = TRUE,
dev.mode = dev.mode)
Object. Package log entries.
Numeric. Bytes.
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores. Mac and Unix only.
Logical. Development mode uses parallel::parLapply().