From 38300881bd283eaefac45b90b68d855737346983 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 20 Jan 2021 14:02:10 +1100 Subject: [PATCH] revert to 20 for now --- preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preload.js b/preload.js index 42679dcf4..b80620016 100644 --- a/preload.js +++ b/preload.js @@ -85,7 +85,7 @@ window.CONSTANTS = new (function() { this.DEFAULT_PUBLIC_CHAT_URL = appConfig.get('defaultPublicChatServer'); this.MAX_LINKED_DEVICES = 1; this.MAX_CONNECTION_DURATION = 5000; - this.CLOSED_GROUP_SIZE_LIMIT = 100; + this.CLOSED_GROUP_SIZE_LIMIT = 20; // Number of seconds to turn on notifications after reconnect/start of app this.NOTIFICATION_ENABLE_TIMEOUT_SECONDS = 10; this.SESSION_ID_LENGTH = 66;