We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763c3fc commit 495f868Copy full SHA for 495f868
1 file changed
gui/src/constants.js
@@ -1,4 +1,4 @@
1
-// Copyright 2024-2025 The MathWorks, Inc.
+// Copyright 2024-2026 The MathWorks, Inc.
2
3
// Time Interval in milliseconds between subsequent 'get_status' requests
4
export const STATUS_REQUEST_INTERVAL_MS = 1000;
@@ -8,4 +8,4 @@ export const MAX_REQUEST_FAIL_COUNT = 60;
8
export const MWI_AUTH_TOKEN_NAME_FOR_HTTP = 'mwi-auth-token';
9
10
// Buffer timer duration in seconds after the IDLE timer expires
11
-export const BUFFER_TIMEOUT_DURATION = 10;
+export const BUFFER_TIMEOUT_DURATION = 60;
0 commit comments