From d609666e2a36b7dd6f94d509db0a1f5f00611c29 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Mon, 14 May 2012 17:56:04 +0200
Subject: [PATCH] fix the TTL to 3 hours to match reality

---
 misc/tools/conflict-watch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/tools/conflict-watch.sh b/misc/tools/conflict-watch.sh
index 4779aa86..63f67c54 100755
--- a/misc/tools/conflict-watch.sh
+++ b/misc/tools/conflict-watch.sh
@@ -46,7 +46,7 @@ to_rss()
 	<title>XonCW: $name</title>
 	<link>http://git.xonotic.org/</link>
 	<description>Xonotic Conflict Watch for branches by $name</description>
-	<ttl>3600</ttl>
+	<ttl>10800</ttl>
 	<atom:link href="http://nl.git.xonotic.org/xoncw/$filename" rel="self" type="application/rss+xml" />
 	<lastBuildDate>$datetime</lastBuildDate>
 EOF
-- 
2.39.5