Difference between revisions of "NextCloud/Pain points/Locked Files"

From Adam Meola - wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
Solving this problem CORRECTLY involves you NextCloud/Redis configuration.
 
Solving this problem CORRECTLY involves you NextCloud/Redis configuration.
 
: If you're running NextCloud on shared hosting, this won't be an option
 
: If you're running NextCloud on shared hosting, this won't be an option
 
+
:: You can disable file locking all together in /config/config.php:
:: sfdgsad
+
::: ```'filelocking.enabled' => false,```

Revision as of 01:50, 8 April 2021

Locked Files

NextCloud sometimes (often) has an issue with locked files.

Solving this problem CORRECTLY involves you NextCloud/Redis configuration.

If you're running NextCloud on shared hosting, this won't be an option
You can disable file locking all together in /config/config.php:
```'filelocking.enabled' => false,```