Skip to content
Snippets Groups Projects
Commit cea55154 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

fix: disable previews, causing overload and crash

parent a401862b
No related branches found
No related tags found
No related merge requests found
Pipeline #1651 passed with stages
in 5 minutes and 47 seconds
...@@ -32,4 +32,6 @@ $CONFIG = array ( ...@@ -32,4 +32,6 @@ $CONFIG = array (
'default_phone_region' => 'FR', 'default_phone_region' => 'FR',
'log_type' => 'errorlog', 'log_type' => 'errorlog',
'log_type_audit' => 'errorlog', 'log_type_audit' => 'errorlog',
// TODO previews seems to cause some overload, could be re-activated in v26 as there are some optimisations.
'enable_previews' => false,
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment