diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 1c65b050b70..228233452eb 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1454,6 +1454,7 @@ $CONFIG = array( * to performance degradation and large log files on busy instance. * * Thus enabling this in production for longer periods of time is not recommended + * or should be used together with the ``log.condition`` setting. */ 'filelocking.debug' => false, |