[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
eric at webkit.org
eric at webkit.org
Wed Jan 6 00:06:59 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit a3b4899483f2f5bb8aeba19baf0c27bfbef848eb
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Dec 28 06:58:03 2009 +0000
2009-12-27 Adam Barth <abarth at webkit.org>
Reviewed by Eric Seidel.
[QueueStatusServer] Run gc cron job less often
https://bugs.webkit.org/show_bug.cgi?id=32958
Now that we've cleaned out the backlog of idle messages, we don't need
to run the gc job every half hour. We could also stop logging the idle
messages, but this seems easier for the time being.
* QueueStatusServer/cron.yaml:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52592 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index a8d12a3..165950a 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,16 @@
+2009-12-27 Adam Barth <abarth at webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ [QueueStatusServer] Run gc cron job less often
+ https://bugs.webkit.org/show_bug.cgi?id=32958
+
+ Now that we've cleaned out the backlog of idle messages, we don't need
+ to run the gc job every half hour. We could also stop logging the idle
+ messages, but this seems easier for the time being.
+
+ * QueueStatusServer/cron.yaml:
+
2009-12-27 Daniel Bates <dbates at webkit.org>
Reviewed by Adam Barth.
diff --git a/WebKitTools/QueueStatusServer/cron.yaml b/WebKitTools/QueueStatusServer/cron.yaml
index 91ea3e3..09b9945 100644
--- a/WebKitTools/QueueStatusServer/cron.yaml
+++ b/WebKitTools/QueueStatusServer/cron.yaml
@@ -1,4 +1,4 @@
cron:
- description: collect the garbage
url: /gc
- schedule: every 30 minutes
+ schedule: every 4 hours
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list