From fd3391f84165bf8d637bec678142f07044d52f1d Mon Sep 17 00:00:00 2001 From: Julien Blanchard Date: Sat, 15 Jul 2023 17:46:33 +0200 Subject: [PATCH] GoToSocial sends less notifications --- masto9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masto9.h b/masto9.h index 608d9c9..844a300 100644 --- a/masto9.h +++ b/masto9.h @@ -36,7 +36,7 @@ enum { TLBUFSIZE = 512000, MAXURL = 1024, TOOTSCOUNT = 20, - NOTIFSCOUNT = 40 + NOTIFSCOUNT = 20 }; /* display */ -- 2.45.2