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:
authormattab <matthieu.aubry@gmail.com>2014-02-17 04:15:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-17 04:15:42 +0400
commitfa04cb406bb19c3a1904a1482beda1ff5f3f2a85 (patch)
tree3131947d67537606dc905631bfb6b5f6cfe53603 /config
parent47d062b7dd7a307ed1769a769f3e3a5b4ae76a5d (diff)
fixes #4675 Adding new config file setting:
; By default, users can create Segments which are to be processed in Real-time. ; Setting this to 0 will force all newly created Custom Segments to be "Pre-processed (faster, requires archive.php cron)" ; This can be useful if you want to prevent users from adding much load on the server. ; Note: any existing Segment set to "processed in Real time", will still be set to Real-time. ; this will only affect custom segments added or modified after this setting is changed. enable_create_realtime_segments = 1
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c8049e52f3..decf36869e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -136,6 +136,13 @@ anonymous_user_enable_use_segments_API = 1
; The only time that the browser will still trigger archiving is when requesting a custom date range that is not pre-processed yet
browser_archiving_disabled_enforce = 0
+; By default, users can create Segments which are to be processed in Real-time.
+; Setting this to 0 will force all newly created Custom Segments to be "Pre-processed (faster, requires archive.php cron)"
+; This can be useful if you want to prevent users from adding much load on the server.
+; Note: any existing Segment set to "processed in Real time", will still be set to Real-time.
+; this will only affect custom segments added or modified after this setting is changed.
+enable_create_realtime_segments = 1
+
; this action name is used when the URL ends with a slash /
; it is useful to have an actual string to write in the UI
action_default_name = index