Skip to content

Commit

Permalink
Merge pull request #70 from orbs-network/issue/dockerpullhour
Browse files Browse the repository at this point in the history
change time of poll to allow 1 hour
  • Loading branch information
talkol authored Dec 21, 2020
2 parents 8bd6dd4 + d534bc3 commit ed20f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/render-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { imageNamesToPollForNewVersions } from '../dockerhub/image-poll';
import { findAllEventsCoveringRange } from '../model/find';

const ETHEREUM_REF_TIME_ALLOWED_DELAY = 20 * 60; // seconds
const DOCKER_HUB_POLL_ALLOWED_DELAY = 20 * 60; // seconds
const DOCKER_HUB_POLL_ALLOWED_DELAY = 60 * 60; // seconds

const timeOriginallyLaunched = getCurrentClockTime();

Expand Down

0 comments on commit ed20f64

Please sign in to comment.