[PR #4772] [MERGED] Allow to increase the note size to 100_000 #3493

Closed
opened 2026-03-03 09:59:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4772
Author: @BlackDex
Created: 7/24/2024
Status: Merged
Merged: 7/24/2024
Merged by: @dani-garcia

Base: mainHead: allow-increase-note-size-limit


📝 Commits (1)

  • a368ca2 Allow to increase the note size to 100_000

📊 Changes

4 files changed (+27 additions, -11 deletions)

View changed files

📝 .env.template (+6 -0)
📝 src/api/core/ciphers.rs (+3 -2)
📝 src/config.rs (+12 -1)
📝 src/db/models/cipher.rs (+6 -8)

📄 Description

This PR adds a config option to allow the note size to increase to 100_000, instead of the default 10_000. Since this might cause issues with the clients (in the future), and will cause issues with importing into a Bitwarden server, i added warnings regarding this.

Closes #3168


🔄 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/dani-garcia/vaultwarden/pull/4772 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/24/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `allow-increase-note-size-limit` --- ### 📝 Commits (1) - [`a368ca2`](https://github.com/dani-garcia/vaultwarden/commit/a368ca2dac213b0ab530b38496b92e67bc717b4d) Allow to increase the note size to 100_000 ### 📊 Changes **4 files changed** (+27 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+6 -0) 📝 `src/api/core/ciphers.rs` (+3 -2) 📝 `src/config.rs` (+12 -1) 📝 `src/db/models/cipher.rs` (+6 -8) </details> ### 📄 Description This PR adds a config option to allow the note size to increase to 100_000, instead of the default 10_000. Since this might cause issues with the clients (in the future), and will cause issues with importing into a Bitwarden server, i added warnings regarding this. Closes #3168 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:59:10 +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/vaultwarden#3493
No description provided.