Title: [177218] trunk/Websites/planet.webkit.org
Revision
177218
Author
[email protected]
Date
2014-12-12 02:49:08 -0800 (Fri, 12 Dec 2014)

Log Message

[Planet WebKit] Raise the number of posts per feed to import.
https://bugs.webkit.org/show_bug.cgi?id=139579

Reviewed by Csaba Osztrogonác.

* config.ini: Raise the number of posts to import for each feed to 6.

Modified Paths

Diff

Modified: trunk/Websites/planet.webkit.org/ChangeLog (177217 => 177218)


--- trunk/Websites/planet.webkit.org/ChangeLog	2014-12-12 10:47:19 UTC (rev 177217)
+++ trunk/Websites/planet.webkit.org/ChangeLog	2014-12-12 10:49:08 UTC (rev 177218)
@@ -1,3 +1,12 @@
+2014-12-12  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [Planet WebKit] Raise the number of posts per feed to import.
+        https://bugs.webkit.org/show_bug.cgi?id=139579
+
+        Reviewed by Csaba Osztrogonác.
+
+        * config.ini: Raise the number of posts to import for each feed to 6.
+
 2014-06-03  Manuel Rego Casasnovas  <[email protected]>
 
         Add Igalia WebKit blog to the planet

Modified: trunk/Websites/planet.webkit.org/config.ini (177217 => 177218)


--- trunk/Websites/planet.webkit.org/config.ini	2014-12-12 10:47:19 UTC (rev 177217)
+++ trunk/Websites/planet.webkit.org/config.ini	2014-12-12 10:49:08 UTC (rev 177218)
@@ -18,7 +18,7 @@
 # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
 # feed_timeout: number of seconds to wait for any given feed
 cache_directory = cache
-new_feed_items = 2
+new_feed_items = 6
 log_level = DEBUG
 feed_timeout = 20
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to