Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 765a616

Browse files
committed
increase server update data delay to 5 seconds
1 parent 4004046 commit 765a616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/workPeriods.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ export const ALERT_MESSAGE_MAP = {
168168
[ALERT.LAST_BOOKING_WEEK]: "Last Booking Week",
169169
};
170170

171-
export const SERVER_DATA_UPDATE_DELAY = 3000;
171+
export const SERVER_DATA_UPDATE_DELAY = 5000;
172172

173173
export const DAYS_WORKED_HARD_LIMIT = 10;

0 commit comments

Comments
 (0)