Skip to content

Commit

Permalink
chore: update image update status API polling interval to 600,000 mil…
Browse files Browse the repository at this point in the history
…liseconds
  • Loading branch information
shivam-bit authored and e-for-eshaan committed Jun 21, 2024
1 parent 6d45e50 commit 9fc9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/src/hooks/useImageUpdateStatusWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type WorkerResponse = {
};

const IMAGE_UPDATE_STATUS_API_URL = '/api/internal/version';
const IMAGE_UPDATE_STATUS_API_POLLING_INTERVAL = 60_000;
const IMAGE_UPDATE_STATUS_API_POLLING_INTERVAL = 6_00_000;

export const useImageUpdateStatusWorker = (): void => {
const dispatch = useDispatch();
Expand Down

0 comments on commit 9fc9b46

Please sign in to comment.