We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed72e1 + 6791ecb commit c0c6581Copy full SHA for c0c6581
config/config.sample.php
@@ -2291,21 +2291,6 @@
2291
*/
2292
'max_filesize_animated_gifs_public_sharing' => 10,
2293
2294
-
2295
-/**
2296
- * Enables transactional file locking.
2297
- * This is enabled by default.
2298
- *
2299
- * Prevents concurrent processes from accessing the same files
2300
- * at the same time. Can help prevent side effects that would
2301
- * be caused by concurrent operations. Mainly relevant for
2302
- * very large installations with many users working with
2303
- * shared files.
2304
2305
- * Defaults to ``true``
2306
- */
2307
-'filelocking.enabled' => true,
2308
2309
/**
2310
* Set the lock's time-to-live in seconds.
2311
*
0 commit comments