mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(core): use redis as temp locker instead of basilisk (#2789)
This commit is contained in:
committed by
GitHub
parent
9cc8b93070
commit
6678689265
@ -49,3 +49,6 @@ pub(crate) const MERCHANT_ID_FIELD_EXTENSION_ID: &str = "1.2.840.113635.100.6.32
|
||||
pub(crate) const METRICS_HOST_TAG_NAME: &str = "host";
|
||||
pub const MAX_ROUTING_CONFIGS_PER_MERCHANT: usize = 100;
|
||||
pub const ROUTING_CONFIG_ID_LENGTH: usize = 10;
|
||||
|
||||
pub const LOCKER_REDIS_PREFIX: &str = "LOCKER_PM_TOKEN";
|
||||
pub const LOCKER_REDIS_EXPIRY_SECONDS: u32 = 60 * 15; // 15 minutes
|
||||
|
||||
Reference in New Issue
Block a user