mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[PR #502] [MERGED] Batch message INSERTs #1320
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/502
Author: @binwiederhier
Created: 11/15/2022
Status: ✅ Merged
Merged: 11/17/2022
Merged by: @binwiederhier
Base:
main← Head:async-message-cache📝 Commits (7)
b4933a5WIP: Batch message INSERTsad860afPolish async batching497f871Docse147a41Fix race in testsdb9ca80Fix race condition making it possible for batches to be >batchSize4a91da6Docs978118aRelease notes📊 Changes
10 files changed (+256 additions, -20 deletions)
View changed files
📝
cmd/serve.go(+6 -0)📝
docs/config.md(+13 -1)📝
docs/releases.md(+5 -0)📝
server/config.go(+4 -0)📝
server/message_cache.go(+69 -13)📝
server/message_cache_test.go(+5 -5)📝
server/server.go(+2 -1)📝
server/server.yml(+8 -0)➕
util/batching_queue.go(+86 -0)➕
util/batching_queue_test.go(+58 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.