Skip to content

Commit

Permalink
reduce path warming amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 8, 2024
1 parent 89733a0 commit 092d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/autobahn-router/template-config-eclipse.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ add_mango_tokens = false
[routing]
path_cache_validity_ms = 30000
path_warming_mode = "All"
path_warming_amounts = [100, 1000, 10_000]
path_warming_amounts = [1, 3, 10]
path_warming_for_mints = [
"So11111111111111111111111111111111111111112", # ETH
"AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE", # USDC
Expand Down

0 comments on commit 092d6da

Please sign in to comment.