mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: add x-hs-latency header for application overhead measurement (#2486)
This commit is contained in:
@ -26,3 +26,6 @@ pub const PAYMENTS_LIST_MAX_LIMIT_V2: u32 = 20;
|
||||
|
||||
/// surcharge percentage maximum precision length
|
||||
pub const SURCHARGE_PERCENTAGE_PRECISION_LENGTH: u8 = 2;
|
||||
|
||||
/// Header Key for application overhead of a request
|
||||
pub const X_HS_LATENCY: &str = "x-hs-latency";
|
||||
|
||||
Reference in New Issue
Block a user