Skip to content

Commit

Permalink
Increase paranet sync frequency to 5 min
Browse files Browse the repository at this point in the history
  • Loading branch information
NZT48 committed May 31, 2024
1 parent 00ad946 commit 63f63f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const HIGH_TRAFFIC_OPERATIONS_NUMBER_PER_HOUR = 16000;

export const SHARDING_TABLE_CHECK_COMMAND_FREQUENCY_MINUTES = 30;

export const PARANET_SYNC_FREQUENCY_MILLS = 5 * 1000;
export const PARANET_SYNC_FREQUENCY_MILLS = 5 * 60 * 1000;

export const SEND_TELEMETRY_COMMAND_FREQUENCY_MINUTES = 15;

Expand Down

0 comments on commit 63f63f1

Please sign in to comment.