From 28e959ff9c325479b260a9c7d15f995a03ca63b1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 3 Aug 2010 09:45:56 +0100 Subject: [PATCH] Set fetchtimer interval to 1 minute --- SparkleLib/SparkleRepo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index 9802b48d..8e45db27 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -102,7 +102,7 @@ namespace SparkleLib { // Fetch remote changes every minute FetchTimer = new Timer () { - Interval = 5000 + Interval = 60000 }; FetchTimer.Elapsed += delegate {