Skip to content

Commit

Permalink
Merge branch 'electron-app-is-becoming-disconnected-and-then-reconnec…
Browse files Browse the repository at this point in the history
…ted-des-468'
  • Loading branch information
raksooo committed Nov 17, 2023
2 parents df8e5ec + df2ee7c commit d4c1024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/main/daemon-rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ export class DaemonRpc {
'grpc.initial_reconnect_backoff_ms': 3000,
'grpc.keepalive_time_ms': Math.pow(2, 30),
'grpc.keepalive_timeout_ms': Math.pow(2, 30),
'grpc.client_idle_timeout_ms': Math.pow(2, 30),
};
/* eslint-enable @typescript-eslint/naming-convention */
}
Expand Down

0 comments on commit d4c1024

Please sign in to comment.