mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
enhance(router): change MAX_ID_LENGTH to 64 (#792)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// ID generation
|
||||
pub(crate) const ID_LENGTH: usize = 20;
|
||||
pub(crate) const MAX_ID_LENGTH: usize = 24;
|
||||
pub(crate) const MAX_ID_LENGTH: usize = 64;
|
||||
#[rustfmt::skip]
|
||||
pub(crate) const ALPHABETS: [char; 62] = [
|
||||
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
|
||||
|
||||
Reference in New Issue
Block a user