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-10-07 02:56:12 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-07 02:56:12 +0400
commit9fa37ffe3e09ac08e0a8bc80320810855a123fd5 (patch)
treeacaaa1ec5ff66bb7294773529558a719048ce039 /config
parent018a1e5818bed27ee5716868d79148a1592dd692 (diff)
Fixes #6373 When Real time segments are disabled, then we allow "view" users to create "Pre-processed" segments. By default though only admin users can create pre-processed segments.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 98ab17f30b..be777cc519 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -163,8 +163,10 @@ 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.
+; Notes:
+; * 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.
+; * when set to 0 then any user with at least 'view' access will be able to create pre-processed segments.
enable_create_realtime_segments = 1
; Whether to enable the "Suggest values for segment" in the Segment Editor panel.