Browse Source

Changelog: Fixed typo increase -> decrease. Thanks to Mike Lowe

Ask Solem 14 years ago
parent
commit
021f8aa2ee
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Changelog

+ 3 - 3
Changelog

@@ -462,9 +462,9 @@ News
 
 
     .. warning::
     .. warning::
 
 
-        You should increase the polling interval when using the
-        database result backend, as frequent polling can result in high
-        database load.
+        You should decrease the polling interval when using the database
+        result backend, as frequent polling can result in high database load.
+
 
 
 * The PID of the child worker process accepting a task is now sent as a field
 * The PID of the child worker process accepting a task is now sent as a field
   with the `task-started` event.
   with the `task-started` event.