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:
authorBeezyT <timo@ezdesign.de>2012-11-08 15:02:14 +0400
committerBeezyT <timo@ezdesign.de>2012-11-08 15:02:14 +0400
commit8a0fcbb4d1eb47a6634a9fd1cd0c351242454a25 (patch)
tree8573029d931af86c8853be21f39ff572f471050e /config
parentbe0df1214bd5808e23e3f39abe5687e26876ce4a (diff)
refs #2465 Insight
* links to the current url get a bubble as well * limit for the number of pages loaded from the API can be configured * ready for translation * url normalizer doesn't remove the hash part anymore (which corresponds to the latest behavior of the tracker) git-svn-id: http://dev.piwik.org/svn/trunk@7405 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f5caf0c816..697b918407 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -311,6 +311,10 @@ api_service_url = http://api.piwik.org
; eg. $period=range&date=previous10 becomes $period=day&date=previous10. Use this setting to override the $period value.
graphs_default_period_to_plot_when_period_range = day
+; The Insight plugin shows the Top X following pages, Top X downloads and Top X outlinks which followed
+; a view of the current page. The value X can be set here.
+insight_limit = 300
+
[Tracker]
; Piwik uses first party cookies by default. If set to 1,
; the visit ID cookie will be set on the Piwik server domain as well