Skip to content

Commit

Permalink
tweaks timeout settings
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Jan 10, 2019
1 parent f060fee commit 48e7f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/actions/nodeNetworkActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
} from '../core/constants'

const ID = 'nodeNetwork'
const MAX_RESPONSE_TIME = 50000
export const DEFAULT_RPC_PING = 50000
const MAX_RESPONSE_TIME = 10000
export const DEFAULT_RPC_PING = 10000

settings.timeout.ping = DEFAULT_RPC_PING

Expand Down

0 comments on commit 48e7f04

Please sign in to comment.