[PR #298] [MERGED] Switch from serial to concurrent based on CPU core count #302

Closed
opened 2026-03-03 11:57:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/298
Author: @Finb
Created: 12/12/2024
Status: Merged
Merged: 12/12/2024
Merged by: @Finb

Base: masterHead: feature/concurrent


📝 Commits (3)

  • 60ed6d7 Switch from serial to concurrent based on CPU core count
  • f1c6c18 Limit the maximum number of generated clients
  • 49c99a9 防止加密推送没有 title 和 body 导致空推送被Apple丢弃

📊 Changes

2 files changed (+28 additions, -16 deletions)

View changed files

📝 apns/apns.go (+24 -16)
📝 route_push.go (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/bark-server/pull/298 **Author:** [@Finb](https://github.com/Finb) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@Finb](https://github.com/Finb) **Base:** `master` ← **Head:** `feature/concurrent` --- ### 📝 Commits (3) - [`60ed6d7`](https://github.com/Finb/bark-server/commit/60ed6d7b4474711a5107cb422bb3dc1fdfff0e1a) Switch from serial to concurrent based on CPU core count - [`f1c6c18`](https://github.com/Finb/bark-server/commit/f1c6c18bfd3b46b5a917ed97810018982c2681c9) Limit the maximum number of generated clients - [`49c99a9`](https://github.com/Finb/bark-server/commit/49c99a9b7c2268c2ca7aa5c52cbc0e5aa688f8a3) 防止加密推送没有 title 和 body 导致空推送被Apple丢弃 ### 📊 Changes **2 files changed** (+28 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `apns/apns.go` (+24 -16) 📝 `route_push.go` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:57:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bark-server#302
No description provided.