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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-17 19:10:22 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-17 19:10:22 +0300
commitd9d4b64f41f7f5ea315df0ce0440cd618f3e6575 (patch)
tree15b56c930629221a8d438d7753bfd7672cdf4a11 /config
parentb7f28a11e34e159a37c4763df6eb40ebe449468f (diff)
Fixes #1086 Ability to save URLs longer than 255 characters
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index edb43629da..a2312ece55 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -196,6 +196,9 @@ campaign_var_name = piwik_campaign
; Example: If a visitor first visits 'index.php?piwik_campaign=Adwords-CPC&piwik_kwd=My killer keyword' then it will be counted as a campaign referer named 'Adwords-CPC' with the keyword 'My killer keyword'
campaign_keyword_var_name = piwik_kwd
+; maximum length of a Page Title or a Page URL recorded in the log_action.name table
+page_maximum_length = 1024;
+
[log]
;possible values for log: screen, database, file
; normal messages