Skip to content

Commit

Permalink
fix: update default MIRROR_CHECK_TASK_INTERVAL to be much longer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Mar 20, 2024
1 parent c7be273 commit 1d980db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const defaultConfig = {
TASKS: {
GOVERNANCE_SYNC_TASK_INTERVAL: 86400,
ORGANIZATION_META_SYNC_TASK_INTERVAL: 300,
PICKLIST_SYNC_TASK_INTERVAL: 30,
MIRROR_CHECK_TASK_INTERVAL: 300,
PICKLIST_SYNC_TASK_INTERVAL: 60,
MIRROR_CHECK_TASK_INTERVAL: 86460,
},
},
GOVERNANCE: {
Expand Down

0 comments on commit 1d980db

Please sign in to comment.