Difference between revisions of "NextCloud/Pain points/Locked Files"
< NextCloud | Pain points
Jump to navigation
Jump to search
(Created page with "* sadfas") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==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: | ||
+ | ::: <code>filelocking.enabled' => false</code> | ||
+ | ::: (dangerous) | ||
+ | ::: (use with caution) |
Latest revision as of 01:51, 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
- (dangerous)
- (use with caution)
- You can disable file locking all together in /config/config.php: