From 3cc95585860d346b84da86ba726a7d022323daee Mon Sep 17 00:00:00 2001
From: echicken <>
Date: Wed, 29 Aug 2012 16:24:18 +0000
Subject: [PATCH] Added maxMessages key.  0 means no limit, otherwise only up
 to this many messages will be loaded per sub. (Good for slower (eg. Raspberry
 Pi) systems.)

---
 ctrl/modopts.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini
index c402f135bb..d56dcdb304 100644
--- a/ctrl/modopts.ini
+++ b/ctrl/modopts.ini
@@ -49,4 +49,5 @@
 	WebGuest = Guest
 	appendURL = /ecwebv3/
 	sessionTimeout = 43200
-	captchaLength = 5
\ No newline at end of file
+	captchaLength = 5
+	maxMessages = 0
\ No newline at end of file
-- 
GitLab