The current scheme for delays between seeder dumps is not useful for some situations, namely:
- First dump takes too long (100 seconds) for automated or manual testing
- Interval backoff is not useful under any circumstance that I can think of
- Final interval is not intuitive (53.333 minutes) so making a cron job that picks up the latest dump is not obvious
This patch fixes these issues by introducing the -dumpinterval commandline argument.
Default dumpinterval is changed to 1 hour.