Skip to content

Commit

Permalink
Revert interval change
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelWhitney committed Mar 23, 2023
1 parent 4fdc675 commit d2ebdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/actions/Inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const CLEAR_TAP_COORDINATES = 'CLEAR_TAP_COORDINATES';
export const TOGGLE_SHOW_ATTRIBUTES = 'TOGGLE_SHOW_ATTRIBUTES';
export const TOGGLE_REFRESHING_STATE = 'TOGGLE_REFRESHING_STATE';

const KEEP_ALIVE_PING_INTERVAL = 5 * 1000;
const KEEP_ALIVE_PING_INTERVAL = 20 * 1000;
const NO_NEW_COMMAND_LIMIT = 24 * 60 * 60 * 1000; // Set timeout to 24 hours
const WAIT_FOR_USER_KEEP_ALIVE = 60 * 60 * 1000; // Give user 1 hour to reply

Expand Down

0 comments on commit d2ebdd0

Please sign in to comment.