Skip to content

Commit

Permalink
fix: remove rpc timeout event (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-lvovsky authored Sep 9, 2021
1 parent de85635 commit 97b657b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/yeomanui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class YeomanUI {
this.logger = logger;
this.output = output;
this.outputPath = outputPath;
this.rpc.setResponseTimeout(3600000);
this.rpc.registerMethod({
func: this.receiveIsWebviewReady,
thisArg: this,
Expand Down

0 comments on commit 97b657b

Please sign in to comment.