increase browser session timeout (#3021)
This commit is contained in:
@@ -21,7 +21,7 @@ export interface OptimisticBrowserSession {
|
||||
run: (runOpts: RunOpts) => Promise<BrowserSessionData>;
|
||||
}
|
||||
|
||||
const SESSION_TIMEOUT_MINUTES = 60;
|
||||
const SESSION_TIMEOUT_MINUTES = 60 * 4;
|
||||
const SPARE = "spare";
|
||||
|
||||
const makeKey = (user: User, workflowPermanentId?: string | undefined) => {
|
||||
|
||||
Reference in New Issue
Block a user