We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffe187 commit 7646254Copy full SHA for 7646254
src/publicApi.ts
@@ -84,7 +84,7 @@ export class GitpodPublicApi extends Disposable implements IGitpodAPI {
84
baseUrl: serviceUrl.toString(),
85
httpVersion: '2',
86
interceptors: [authInterceptor, metricsInterceptor],
87
- useBinaryFormat: true,
+ useBinaryFormat: false,
88
pingIntervalMs: 120000,
89
pingTimeoutMs: 10000
90
});
0 commit comments