mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Return an error when trying to store a too-large key with Raft (#13282)
This commit is contained in:
@@ -21,6 +21,7 @@ const (
|
||||
|
||||
const (
|
||||
ErrValueTooLarge = "put failed due to value being too large"
|
||||
ErrKeyTooLarge = "put failed due to key being too large"
|
||||
)
|
||||
|
||||
// Backend is the interface required for a physical
|
||||
|
||||
Reference in New Issue
Block a user