Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
docker
nextcloud
Commits
cea55154
Commit
cea55154
authored
1 year ago
by
Timothee Gosselin
Browse files
Options
Downloads
Patches
Plain Diff
fix: disable previews, causing overload and crash
parent
a401862b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1651
passed with stages
in 5 minutes and 47 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/config/01-base.config.php
+2
-0
2 additions, 0 deletions
base/config/01-base.config.php
with
2 additions
and
0 deletions
base/config/01-base.config.php
+
2
−
0
View file @
cea55154
...
@@ -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
,
);
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment