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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-08-16 04:48:06 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-08-16 04:48:06 +0300
commitf3b75175fa5a64ac2b3c1eb9f52bb61025034385 (patch)
tree56b8cef35a97364c6933946c667402242366b830 /config
parent060292808fc367d143b77e3ccc7b2e8a5201c7df (diff)
no longer use reader to get archives (#14756)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f845c2b925..56fd553f2d 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -48,7 +48,6 @@ charset = utf8
; If configured, the following queries will be executed on the reader instead of the writer.
; * archiving queries that hit a log table
; * live queries that hit a log table
-; * fetching of archives when viewing a report
; You only want to enable a reader if you can ensure there is minimal replication lag / delay on the reader.
; Otherwise you might get corrupt data in the reports.
[database_reader]