Skip to content

Commit 495f868

Browse files
krisctlrashedmyt
authored andcommitted
Increase the buffer timer presented to the user after proxy idle timer expires to 60s
1 parent 763c3fc commit 495f868

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gui/src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-2025 The MathWorks, Inc.
1+
// Copyright 2024-2026 The MathWorks, Inc.
22

33
// Time Interval in milliseconds between subsequent 'get_status' requests
44
export const STATUS_REQUEST_INTERVAL_MS = 1000;
@@ -8,4 +8,4 @@ export const MAX_REQUEST_FAIL_COUNT = 60;
88
export const MWI_AUTH_TOKEN_NAME_FOR_HTTP = 'mwi-auth-token';
99

1010
// Buffer timer duration in seconds after the IDLE timer expires
11-
export const BUFFER_TIMEOUT_DURATION = 10;
11+
export const BUFFER_TIMEOUT_DURATION = 60;

0 commit comments

Comments
 (0)