Skip to content

Commit

Permalink
Enable program update on staging (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archinowsk authored Aug 17, 2024
1 parent 4c5063e commit dd32d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/config/serverConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const prodConfig = {
useTestTime: false,

// Program update cron
autoUpdateProgramEnabled: true,
autoUpdateProgramEnabled: false,
programUpdateInterval: `5,10,20,25,35,40,50,55 * * * *`,

// Program update
Expand Down Expand Up @@ -118,7 +118,7 @@ const stagingConfig = {
useTestTime: true,

// Program update cron
autoUpdateProgramEnabled: false,
autoUpdateProgramEnabled: true,
programUpdateInterval: `5,10,20,25,35,40,50,55 * * * *`,

// Program update
Expand Down

0 comments on commit dd32d9c

Please sign in to comment.