Skip to content

Commit

Permalink
DDW-636 - Reduce the clock drift tolerance to 4,5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayElly committed Apr 8, 2021
1 parent fc570f4 commit 87b65c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/config/timingConfig.js
Expand Up @@ -10,7 +10,7 @@ export const NOTIFICATION_DEFAULT_DURATION = 10 * 1000; // 10 seconds / unit: mi
export const ADDRESS_COPY_NOTIFICATION_SMALL_DURATION = 3; // unit: seconds
export const DELETE_WALLET_COUNTDOWN = 10; // unit: seconds
export const FORM_VALIDATION_DEBOUNCE_WAIT = 250; // unit: milliseconds
export const ALLOWED_TIME_DIFFERENCE = 4.5 * 1000000 // 4.5 seconds | unit: microseconds
export const ALLOWED_TIME_DIFFERENCE = 4.5 * 1000000; // 4.5 seconds | unit: microseconds
export const NETWORK_STATUS_POLL_INTERVAL = 2000; // 2 seconds | unit: milliseconds
export const NETWORK_CLOCK_POLL_INTERVAL = 1000; // 1 second | unit: milliseconds
export const WALLET_UTXO_API_REQUEST_INTERVAL = 5 * 1000; // 5 seconds | unit: milliseconds
Expand Down

0 comments on commit 87b65c6

Please sign in to comment.