Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-25 17:59:43 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-25 17:59:43 (GMT)
commit356c95454bc82e7c99396f76395a6ba9ba0ccc13 (patch)
tree0f235ef6b654fdd7e1de7f56b44238f058bc5b67
parent88f63f61843ae0938faa8078ebfa47f6ffe86f6f (diff)
Increase poll to 5 minutes
-rw-r--r--changesources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/changesources.py b/changesources.py
index 622d89c..2b7fb82 100644
--- a/changesources.py
+++ b/changesources.py
@@ -6,7 +6,7 @@ import repos
def setup(c, config):
c["change_source"] = []
- pollinterval = 60
+ pollinterval = 300
poller = GitPoller(config["repo"],
project="sugar-build",