Skip to content

Commit

Permalink
Poll ceremony intervals once per minute
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenaio committed Aug 1, 2019
1 parent b57b901 commit 4f112df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/shared/hooks/use-timing.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function useTiming() {
// eslint-disable-next-line no-shadow
const timing = await fetchTiming()
setTiming(timing)
setInterval(1000 * 60 * 5)
setInterval(1000 * 60 * 1)
} catch (error) {
logConnectivityIssue('timing (poll)', error)
}
Expand Down

0 comments on commit 4f112df

Please sign in to comment.