interval to 30s again

This commit is contained in:
Hylke Bons 2010-04-27 23:37:09 +01:00
parent c4c8ee4a46
commit 7c56adba62

View file

@ -169,7 +169,7 @@ public class AutoFetcher : Timer {
public AutoFetcher (Repository [] Repositories) : base () {
// Fetch changes every 30 seconds
Interval = 5000;
Interval = 30000;
Elapsed += delegate (object o, ElapsedEventArgs args) {
foreach (Repository Repository in Repositories) {
Stop ();