From ec1d2a706a4ef5f8beee9106ebf5929520c70415 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Fri, 4 Sep 2015 08:03:53 +0200 Subject: [PATCH] [FIX] typo --- web_menu_navbar_needaction/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web_menu_navbar_needaction/README.rst b/web_menu_navbar_needaction/README.rst index 335a3ed0..81d54813 100644 --- a/web_menu_navbar_needaction/README.rst +++ b/web_menu_navbar_needaction/README.rst @@ -6,13 +6,15 @@ Needaction counters in main menu This module shows the sum of all submenus' needaction counters in main menus. This way, users get visual feedback where there's still work to do without having to open the respective menu beforehand. -The counters are updated periodically, so users will also be notified if there are new records that required attention. +The counters are updated periodically, so users will also be notified if there are new records that require attention. Configuration ============= To configure the update frequency, set the configuration parameter `web_menu_navbar_needaction.refresh_timeout` to the amount of milliseconds after which the counters should be updated. Don't do this too often, as this will cause a lot of queries to the database. The default it 600000, which is equivalent to 10 minutes. +To disable updates, set the parameter to 0. + Usage =====