Skip to content

Commit

Permalink
fix: Increase update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
eol-account committed Jul 31, 2019
1 parent 11f1a85 commit 8fc1d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/RunningOrderWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export class RunningOrderWatcher extends EventEmitter {
super()
this.drive = google.drive({ version: 'v3', auth: this.authClient })

if (!process.env.MEDIA_URL) {
/*if (!process.env.MEDIA_URL) {
this.pollIntervalMedia = (24 * 3600) / 45 // Use Google API to update, rate limit to 45 updates per day.
}
}*/

this.sheetManager = new SheetsManager(this.authClient)
if (!delayStart) {
Expand Down

0 comments on commit 8fc1d40

Please sign in to comment.