diff options
author | RedMatrix <info@friendica.com> | 2014-07-29 18:25:25 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-07-29 18:25:25 +1000 |
commit | f09102157030c0cf49feff30e7368b8ddbd62444 (patch) | |
tree | c45a56dccd1a48c1180c56bd82b28cd3328e4683 /boot.php | |
parent | 28c43395dc23beefccdb2a5b443bc0659a7fb808 (diff) | |
parent | d6d795efc92336936142db13a3d9fc2d720f2297 (diff) | |
download | volse-hubzilla-f09102157030c0cf49feff30e7368b8ddbd62444.tar.gz volse-hubzilla-f09102157030c0cf49feff30e7368b8ddbd62444.tar.bz2 volse-hubzilla-f09102157030c0cf49feff30e7368b8ddbd62444.zip |
Merge pull request #548 from tuscanhobbit/master
Chatroom lines are deleted after a while or the chat becomes slow to load
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -358,6 +358,11 @@ define ( 'MAX_LIKERS', 10); define ( 'ZCURL_TIMEOUT' , (-1)); +/** + * Hours before chat lines are deleted + */ + +define ( 'MAX_CHATROOM_HOURS' , 36); /** * email notification options |