Tuning the filewalker

I like to setup and forget, have to periodicaly switch config flag on/off dosen’t seems the best solution.
I suggest to start the filewalker on restart but only if this isn’t run on the last x days.
So we can have 2 flags:

  • storage2.startup-piece-scan: to enable the filewalker on start (default 1: enabled)
  • storage2.startup-piece-scan-min-age: to set the days to wait between 2 scan (default 0: scan on each restart)

In this way we keep compatibility with current behaviour

3 Likes