You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants.php
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
// PHP text output compression http://php.net/ob_gzhandler (better to do it at Web server level)
9
9
define('PHP_COMPRESSION', false);
10
10
11
-
// maximum log file size, before it will be purged (defaults to 512000 = 500kB)
12
-
define('MAX_LOG_SIZE', 512000);
11
+
// Maximum log file size in Bytes, before it will be divided by two
0 commit comments