Skip to content

Commit

Permalink
fix(app): Increase RPC ping threshhold to work around API lock (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Aug 22, 2018
1 parent ef0bd89 commit 25a4897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/rpc/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const CALL_ACK_TIMEOUT = 10000

// ping pong
const PING_INTERVAL_MS = 3000
const MISSED_PING_THRESHOLD = 2
const MISSED_PING_THRESHOLD = 10

// metadata constants
const REMOTE_TARGET_OBJECT = 0
Expand Down

0 comments on commit 25a4897

Please sign in to comment.