You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
@Prithivi-Rajan Are you still using Matomo 3.13.4? In this case we highly recommend to update to Matomo 4.
But besides that there is no known Bug in Matomo 3 regarding the config. Please double check that you put the configuration into the correct section. They need to go into [General]
sgiehl
added
answered
For when a question was asked and we referred to forum or answered it.
and removed
Potential Bug
Something that might be a bug, but can't be reproduced (yet).
labels
Nov 11, 2022
I'm running the Matomo as a docker file and I'm trying to update the config.ini.php file for rows
datatable_archiving_maximum_rows_actions = 10000
datatable_archiving_maximum_rows_referrers = 10000
where as I'm seeing the results to be
datatable_archiving_maximum_rows_actions = 500
datatable_archiving_maximum_rows_referrers = 1000
Expected Behavior
I should see below values in Matomo UI
datatable_archiving_maximum_rows_actions = 10000
datatable_archiving_maximum_rows_referrers = 10000
Current Behavior
datatable_archiving_maximum_rows_actions = 500
datatable_archiving_maximum_rows_referrers = 1000
Possible Solution
Looks like the global.config.ini is referred irrespective of the changes done in config.ini.php
Steps to Reproduce (for Bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: