mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[PR #4772] [MERGED] Allow to increase the note size to 100_000 #3354
Reference in New Issue
Block a user
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.