added payment orchestrator optimizer tweaks
This commit is contained in:
@@ -44,4 +44,17 @@ card_gateways:
|
||||
funding_address: "TGBDXEg9rxSqGFJDcb889zqTjDwx1bmLRF"
|
||||
fee_wallet_ref: "694c124ed76f9f811ac57133"
|
||||
|
||||
# Batch optimizer settings:
|
||||
# - default_mode disables aggregation for unmatched traffic
|
||||
# - crypto rule enables destination aggregation for crypto rail
|
||||
optimizer:
|
||||
aggregation:
|
||||
default_mode: "no_optimization"
|
||||
rules:
|
||||
- id: "crypto_by_destination"
|
||||
priority: 100
|
||||
mode: "merge_by_destination"
|
||||
match:
|
||||
rail: "CRYPTO"
|
||||
|
||||
# Gateway instances and capabilities are sourced from service discovery.
|
||||
|
||||
Reference in New Issue
Block a user