diff options
author | friendica <info@friendica.com> | 2014-08-20 20:49:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-20 20:49:03 -0700 |
commit | af45b34ee044966210e6101585fe362acf1ca098 (patch) | |
tree | f5368f967d6c3f1335915a1a6c5f8f91d7be4934 /boot.php | |
parent | b8a5b7a610fa940297b4bd3f66c912c3f3e7e161 (diff) | |
download | volse-hubzilla-af45b34ee044966210e6101585fe362acf1ca098.tar.gz volse-hubzilla-af45b34ee044966210e6101585fe362acf1ca098.tar.bz2 volse-hubzilla-af45b34ee044966210e6101585fe362acf1ca098.zip |
verified that chatroom expire is working, so doing away with the second function to do the same thing.
If you have a problem with chatroom expiration, check that it was created with cr_expire set to 120 (minutes). Chatrooms created during the first couple of days of the chat feature didn't have this. You can set the DB value manually.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -358,11 +358,6 @@ define ( 'MAX_LIKERS', 10); define ( 'ZCURL_TIMEOUT' , (-1)); -/** - * Hours before chat lines are deleted - */ - -define ( 'MAX_CHATROOM_HOURS' , 36); /** * email notification options |