Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-core: increase default unpins per time
Motivation: After commit a8e0c4f, pins that regularly expire are handled by the pools themselves without additional message triggers from PinManager. The default value of 200 unpins per time (default 1 minute) now only concerns files that are manually unpinned. This default value is still too small, and in first tests a value of 2k/minute should be fine and not overwhelm the system. Modification: Increase the `pinmanager.max-unpins-per-run` value to 2000. Result: Larger unpin/time default value that should make the default behaviour more performant. Target: master Requires-notes: no Requires-book: no Patch: https://rb.dcache.org/r/14122/ Acked-by: Tigran Mkrtchyan
- Loading branch information