diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-19 10:50:36 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-19 10:50:36 -0700 |
commit | d3b8fbfa2864e55b7e5916e55ca818599e7e94d6 (patch) | |
tree | d4c5e7f12c65a0e834065287f8e3cbcf59ec41b1 /app/constants.php | |
parent | e7f795a63e49a11a9cea239d89d6172e8c40227d (diff) |
Make configurable to number of events stored in project activities
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index d62bfd3a..2266014d 100644 --- a/app/constants.php +++ b/app/constants.php @@ -146,3 +146,5 @@ defined('HTTP_PROXY_PASSWORD') or define('HTTP_PROXY_PASSWORD', ''); defined('HTTP_VERIFY_SSL_CERTIFICATE') or define('HTTP_VERIFY_SSL_CERTIFICATE', true); defined('TOTP_ISSUER') or define('TOTP_ISSUER', 'Kanboard'); + +defined('PROJECT_ACTIVITIES_MAX_EVENTS') or define('PROJECT_ACTIVITIES_MAX_EVENTS', 10000); |