From 282a0891d0cb0a56763adc7e08d8bc87b546616d Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 17 Jul 2024 14:04:55 +0800 Subject: [PATCH] :zap: Optimize batch notification speed --- .idea/workspace.xml | 61 ++++++++++--------- go.mod | 14 ++--- go.sum | 36 ++++-------- pkg/internal/grpc/notifier.go | 81 ++++++++++++++++++++++++++ pkg/internal/services/accounts.go | 9 +++ pkg/internal/services/notifications.go | 22 +++++++ 6 files changed, 165 insertions(+), 58 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0bff88e..9ef6f4d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,14 @@