From b5b033fe22fc8c6a8b8342a93a13bc3ab3fc7473 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 16 Oct 2020 14:12:30 +0000 Subject: =?UTF-8?q?reduce=20result=20set=20for=20notifications=C3=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zotlabs/Module/Sse_bs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php index 6d5acf276..0189c4695 100644 --- a/Zotlabs/Module/Sse_bs.php +++ b/Zotlabs/Module/Sse_bs.php @@ -36,7 +36,7 @@ class Sse_bs extends Controller { self::$vnotify = get_pconfig(self::$uid, 'system', 'vnotify', -1); self::$evdays = intval(get_pconfig(self::$uid, 'system', 'evdays')); - self::$limit = 100; + self::$limit = 30; self::$offset = 0; self::$xchans = ''; -- cgit v1.2.3