Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
eadf7895
Commit
eadf7895
authored
9 years ago
by
Vincent Petry
Browse files
Options
Downloads
Patches
Plain Diff
Rename experimental to transactional file locking
parent
9be1d08c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/config.sample.php
+3
-3
3 additions, 3 deletions
config/config.sample.php
settings/templates/admin.php
+2
-2
2 additions, 2 deletions
settings/templates/admin.php
with
5 additions
and
5 deletions
config/config.sample.php
+
3
−
3
View file @
eadf7895
...
@@ -1025,14 +1025,14 @@ $CONFIG = array(
...
@@ -1025,14 +1025,14 @@ $CONFIG = array(
/**
/**
* Enables t
he EXPERIMENTAL
file locking.
* Enables t
ransactional
file locking.
* This is disabled by default as it is
experimen
ta
l
.
* This is disabled by default as it is
still be
ta.
*
*
* 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.
*
*
* WARNING:
EXPERIMENTAL
* WARNING:
BETA quality
*/
*/
'filelocking.enabled'
=>
false
,
'filelocking.enabled'
=>
false
,
...
...
This diff is collapsed.
Click to expand it.
settings/templates/admin.php
+
2
−
2
View file @
eadf7895
...
@@ -533,9 +533,9 @@ if ($_['cronErrors']) {
...
@@ -533,9 +533,9 @@ if ($_['cronErrors']) {
<ul>
<ul>
<li>
<li>
<?php
if
(
$_
[
'fileLockingEnabled'
])
{
<?php
if
(
$_
[
'fileLockingEnabled'
])
{
p
(
$l
->
t
(
'
Experiment
al File Lock is enabled.'
));
p
(
$l
->
t
(
'
Transaction
al File Lock
ing
is enabled.'
));
}
else
{
}
else
{
p
(
$l
->
t
(
'
Experiment
al File Lock is disabled.'
));
p
(
$l
->
t
(
'
Transaction
al File Lock
ing
is disabled.'
));
}
?>
}
?>
</li>
</li>
</ul>
</ul>
...
...
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