Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordiosmosis <benaka.moorthi@gmail.com>2013-03-24 05:54:27 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-03-24 06:03:49 +0400
commit1c181d9d94b38ecfec68fea902a6daa66a23ebaa (patch)
tree1fdd22d16c840703fe342440b43c51274fdc4919 /config
parentb7c3ee6443b438213eddd6609319b1e149f033c0 (diff)
Fixes #3131, add new auto-updating widget that displays the number of visitors, visits and actions in the last N minutes.
Notes: - Added visitors metric to result of Live.getCounters.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index b11a5e7328..2142be0eb9 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -255,6 +255,11 @@ visitor_log_maximum_actions_per_visit = 500
; you can change the timeout so the widget refreshes more often, or not as frequently
live_widget_refresh_after_seconds = 5
+; by default, the Live! real time visitor count widget will check to see how many visitors your
+; website received in the last 3 minutes. changing this value will change the number of minutes
+; the widget looks in.
+live_widget_visitor_count_last_minutes = 3
+
; In "All Websites" dashboard, when looking at today's reports (or a date range including today),
; the page will automatically refresh every 5 minutes. Set to 0 to disable automatic refresh
multisites_refresh_after_seconds = 300