From 87f5544f1f41aa67b03ee6b8810e235a4ee909bd Mon Sep 17 00:00:00 2001
From: Paolo Tacconi
Date: Tue, 29 Jul 2014 09:06:04 +0200
Subject: Chatroom lines are deleted after MAX_CHATROOM_HOURS or the chat
becomes slow to load
---
boot.php | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'boot.php')
diff --git a/boot.php b/boot.php
index af395f30b..d5afbb855 100755
--- a/boot.php
+++ b/boot.php
@@ -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
--
cgit v1.2.3