diff options
author | Mario <mario@mariovavti.com> | 2020-10-16 14:12:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-16 14:12:30 +0000 |
commit | b5b033fe22fc8c6a8b8342a93a13bc3ab3fc7473 (patch) | |
tree | cd8bb64c8a2a6d520370e365f9acec7eafa69283 /Zotlabs | |
parent | 5dc2f43d1d38d190cadbd8eb53227570277e69b1 (diff) | |
download | volse-hubzilla-b5b033fe22fc8c6a8b8342a93a13bc3ab3fc7473.tar.gz volse-hubzilla-b5b033fe22fc8c6a8b8342a93a13bc3ab3fc7473.tar.bz2 volse-hubzilla-b5b033fe22fc8c6a8b8342a93a13bc3ab3fc7473.zip |
reduce result set for notificationsÃ
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Sse_bs.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''; |