Skip to content

Commit 1650aa4

Browse files
author
Alberto Iannaccone
committed
Revert "Add gRPC user agent (#834)"
This reverts commit 5ab3a74.
1 parent a0bd8a8 commit 1650aa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arduino-ide-extension/src/node/grpc-client-provider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { inject, injectable, postConstruct } from 'inversify';
2-
import { app } from 'electron';
32
import { ILogger } from '@theia/core/lib/common/logger';
43
import { MaybePromise } from '@theia/core/lib/common/types';
54
import { ConfigServiceImpl } from './config-service-impl';
@@ -74,7 +73,6 @@ export abstract class GrpcClientProvider<C> {
7473
return {
7574
'grpc.max_send_message_length': 512 * 1024 * 1024,
7675
'grpc.max_receive_message_length': 512 * 1024 * 1024,
77-
'grpc.primary_user_agent': `arduino-ide/${app.getVersion()}`
7876
};
7977
}
8078
}

0 commit comments

Comments
 (0)