Chatroom lines are deleted after MAX_CHATROOM_HOURS or the chat becomes slow to load

This commit is contained in:
Paolo Tacconi
2014-07-29 09:06:04 +02:00
parent 7b8edeaead
commit 87f5544f1f
2 changed files with 20 additions and 0 deletions

View File

@@ -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