From 4ec541c1c2e68c1e56f12df11cec1fa834c38515 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 24 Jul 2010 22:32:17 +0100 Subject: [PATCH] [repo] Set pull interval to 30 seconds --- SparkleShare/SparkleRepo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleRepo.cs b/SparkleShare/SparkleRepo.cs index ff73813e..ab0f51ab 100644 --- a/SparkleShare/SparkleRepo.cs +++ b/SparkleShare/SparkleRepo.cs @@ -97,7 +97,7 @@ namespace SparkleShare { // Fetch remote changes every minute FetchTimer = new Timer () { - Interval = 10000 + Interval = 30000 }; FetchTimer.Elapsed += delegate {