repo-updater: dynamically update syncer update interval
Created by: keegancsmith
I noticed this small change while working on something else. If someone updates the configuration for the update interval it won't take effect until the repo-updater process restarts. With this commit we will check the interval before we do the sleep, so will not require a process restart.