Skip to content

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

Lines changed: 1 addition & 1 deletion
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)