unioslo / tsdfx

File transfer utility
Other
4 stars 3 forks source link

Raise scan limit from 40000 to 80000. #128

Closed petterreinholdtsen closed 6 years ago

petterreinholdtsen commented 6 years ago

This reduce the chance of blocking a project with many form submissions from importing any files.

Related to UiO RT #2317407, 2854030 and pull request #123.

petterreinholdtsen commented 6 years ago

I tested how long it took to scan 67000 files via nfs, and it was done in approximately 22 seconds. This make me believe we could handle the raised maximum.

petterreinholdtsen commented 6 years ago

The build failures with clang and gcc are fixed in pull request #130 and #131.

dag-erling commented 6 years ago
  1. Please submit working code only.
  2. This should be parametrized, preferably in a configuration file, but a command-line switch works too.
petterreinholdtsen commented 6 years ago

While I agree that it should be parameterized, we are on a tight deadline to fix a fatal problem in production and need to increase the limit very soon.