Skip to content

Commit

Permalink
fix: disable http2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Jan 27, 2025
1 parent 73ce3e3 commit c368cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/broker/transport/json/undici.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class PinotBrokerJSONTransport implements IPinotBrokerTransport {
keepAliveTimeoutThreshold: 5000,
headersTimeout,
keepAliveTimeout,
allowH2: true,
allowH2: false,
maxRedirections: 0,
// connect: {
// timeout: connectTimeout,
Expand Down

0 comments on commit c368cf4

Please sign in to comment.