[repo] return remote timer interval to 60 seconds

This commit is contained in:
Hylke Bons 2010-08-22 14:30:17 +01:00
parent ec898e6be1
commit 610a0f226b

View file

@ -105,7 +105,7 @@ namespace SparkleLib {
// Fetch remote changes every minute
RemoteTimer = new Timer () {
Interval = 10000
Interval = 60000
};
RemoteTimer.Elapsed += delegate {