Files
nofx/trader/hyperliquid
shinchan-zhai 3c698e3fc5 perf: reuse shared HTTP client in Hyperliquid trader
Previously each direct API call (orders, sync, account) created a new
http.Client, preventing TCP/TLS connection reuse. Now all calls share
a single client on the HyperliquidTrader struct (30s timeout).
2026-03-23 10:56:54 +08:00
..