Skip to content

Commit

Permalink
improvement: increase binance futures open interest querying interval…
Browse files Browse the repository at this point in the history
… for real-time data
  • Loading branch information
thaaddeus committed Jun 12, 2024
1 parent d148f58 commit 4b171cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realtimefeeds/binance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract class BinanceRealTimeFeedBase extends MultiConnectionRealTimeFeedBase {

class BinanceFuturesOpenInterestClient extends PoolingClientBase {
constructor(exchange: string, private readonly _httpURL: string, private readonly _instruments: string[]) {
super(exchange, 30)
super(exchange, 3)
}

protected async poolDataToStream(outputStream: Writable) {
Expand Down

0 comments on commit 4b171cb

Please sign in to comment.