Skip to content

Commit

Permalink
make interval bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
thomedw committed Apr 18, 2024
1 parent 3063cfa commit aa915b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export const environment = {
errorTimeout: 3000,
infoTimeout: 3000,
},
reloadHealthCheckInterval: 30, // satuan detik
reloadHealthCheckInterval: 120, // satuan detik
reloadErrorInterval: 10, // satuan detik
liveCheckInterval: 2, // satuan detik
liveCheckInterval: 120, // satuan detik
liveCheckMaxDiff: 300, // satuan detik
liveCheckSeek: 0.5, // satuan detik sebelum akhir dari video
liveCheckSeek: 10, // satuan detik sebelum akhir dari video
}

0 comments on commit aa915b0

Please sign in to comment.