diff options
| author | 2017-12-09 13:52:05 +0100 | |
|---|---|---|
| committer | 2017-12-09 13:52:05 +0100 | |
| commit | 452886ea3ac4b91bc72952df659fb53ae7807c22 (patch) | |
| tree | cfaf566c7546e7b2f950ab15660186b504562dd9 /constants.php | |
| parent | 0480d4331cb3e21279220c7cd7b7486bd63d5412 (diff) | |
incorporated code review feedback
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.php b/constants.php index 9c647eb74..b48c1be96 100644 --- a/constants.php +++ b/constants.php @@ -8,6 +8,9 @@ define('FRESHRSS_USERAGENT', 'FreshRSS/' . FRESHRSS_VERSION . ' (' . PHP_OS . '; // PHP text output compression http://php.net/ob_gzhandler (better to do it at Web server level) define('PHP_COMPRESSION', false); +// maximum log file size, before it will be purged (defaults to 512000 = 500kB) +define('MAX_LOG_SIZE', 512000); + // Constantes de chemins define('FRESHRSS_PATH', dirname(__FILE__)); |
