diff options
author | Paolo Tacconi <p.tacconi@giunti.it> | 2014-07-29 09:06:04 +0200 |
---|---|---|
committer | Paolo Tacconi <p.tacconi@giunti.it> | 2014-07-29 09:06:04 +0200 |
commit | 87f5544f1f41aa67b03ee6b8810e235a4ee909bd (patch) | |
tree | 8dfd88f073e42cdf8699c972b8a8df0004e08b76 /boot.php | |
parent | 7b8edeaead0672708ad4a77d15f43bb97430cfdd (diff) | |
download | volse-hubzilla-87f5544f1f41aa67b03ee6b8810e235a4ee909bd.tar.gz volse-hubzilla-87f5544f1f41aa67b03ee6b8810e235a4ee909bd.tar.bz2 volse-hubzilla-87f5544f1f41aa67b03ee6b8810e235a4ee909bd.zip |
Chatroom lines are deleted after MAX_CHATROOM_HOURS 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 |