Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
44c3fa91
Commit
44c3fa91
authored
Jul 6, 2015
by
Morris Jobke
Browse files
Options
Downloads
Patches
Plain Diff
refine sample config text
parent
8359ca43
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.sample.php
+12
-9
12 additions, 9 deletions
config/config.sample.php
with
12 additions
and
9 deletions
config/config.sample.php
+
12
−
9
View file @
44c3fa91
...
@@ -794,12 +794,12 @@ $CONFIG = array(
...
@@ -794,12 +794,12 @@ $CONFIG = array(
* Memory caching backend configuration
* Memory caching backend configuration
*
*
* Available cache backends:
* Available cache backends:
*
-
\OC\Memcache\APC Alternative PHP Cache backend
*
*
\OC\Memcache\APC Alternative PHP Cache backend
*
-
\OC\Memcache\APCu APC user backend
*
*
\OC\Memcache\APCu APC user backend
*
-
\OC\Memcache\ArrayCache In-memory array-based backend (not recommended)
*
*
\OC\Memcache\ArrayCache In-memory array-based backend (not recommended)
*
-
\OC\Memcache\Memcached Memcached backend
*
*
\OC\Memcache\Memcached Memcached backend
*
-
\OC\Memcache\Redis Redis backend
*
*
\OC\Memcache\Redis Redis backend
*
-
\OC\Memcache\XCache XCache backend
*
*
\OC\Memcache\XCache XCache backend
*/
*/
/**
/**
...
@@ -850,7 +850,7 @@ $CONFIG = array(
...
@@ -850,7 +850,7 @@ $CONFIG = array(
*/
*/
/**
/**
* Th
e
example
below
shows how to configure ownCloud to store all files in a
* Th
is
example shows how to configure ownCloud to store all files in a
* swift object storage.
* swift object storage.
*
*
* It is important to note that ownCloud in object store mode will expect
* It is important to note that ownCloud in object store mode will expect
...
@@ -1029,7 +1029,9 @@ $CONFIG = array(
...
@@ -1029,7 +1029,9 @@ $CONFIG = array(
*
*
* Prevents concurrent processes to access the same files
* Prevents concurrent processes to access the same files
* at the same time. Can help prevent side effects that would
* at the same time. Can help prevent side effects that would
* be caused by concurrent operations.
* be caused by concurrent operations. Mainly relevant for
* very large installations with many users working with
* shared files.
*
*
* WARNING: BETA quality
* WARNING: BETA quality
*/
*/
...
@@ -1037,7 +1039,8 @@ $CONFIG = array(
...
@@ -1037,7 +1039,8 @@ $CONFIG = array(
/**
/**
* Memory caching backend for file locking
* Memory caching backend for file locking
* Because most memcache backends can clean values without warning using redis is recommended
* Because most memcache backends can clean values without warning using redis
* is highly recommended to *avoid data loss*.
*/
*/
'memcache.locking'
=>
'\\OC\\Memcache\\Redis'
,
'memcache.locking'
=>
'\\OC\\Memcache\\Redis'
,
...
...
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