summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index ba5f3d68146..d1341feb0d2 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -764,9 +764,9 @@ $CONFIG = array(
* old logfile reaches your limit. If a rotated log file is already present, it
* will be overwritten.
*
- * Defaults to ``0`` (no rotation)
+ * Defaults to 100 MB
*/
-'log_rotate_size' => false,
+'log_rotate_size' => 100 * 1024 * 1024,
/**