Skip to content

Commit

Permalink
fix health check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
thomedw committed Apr 20, 2024
1 parent 74919aa commit 21587ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const environment = {
errorTimeout: 3000,
infoTimeout: 3000,
},
reloadHealthCheckInterval: 2, // satuan detik
reloadHealthCheckInterval: 20, // satuan detik
reloadErrorInterval: 10, // satuan detik
liveCheckInterval: 2, // satuan detik
liveCheckMaxDiff: 20, // satuan detik
Expand Down

0 comments on commit 21587ae

Please sign in to comment.