mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #4772] [MERGED] Allow to increase the note size to 100_000 #3493
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3493
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/dani-garcia/vaultwarden/pull/4772
Author: @BlackDex
Created: 7/24/2024
Status: ✅ Merged
Merged: 7/24/2024
Merged by: @dani-garcia
Base:
main← Head:allow-increase-note-size-limit📝 Commits (1)
a368ca2Allow 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.