Major refactor: Multi-user Chrome MCP extension with remote server architecture
This commit is contained in:
@@ -17,11 +17,13 @@ export const ICONS = {
|
||||
// Timeouts and Delays (in milliseconds)
|
||||
export const TIMEOUTS = {
|
||||
DEFAULT_WAIT: 1000,
|
||||
NETWORK_CAPTURE_MAX: 30000,
|
||||
NETWORK_CAPTURE_IDLE: 3000,
|
||||
NETWORK_CAPTURE_MAX: 60000, // Increased from 30000
|
||||
NETWORK_CAPTURE_IDLE: 5000, // Increased from 3000
|
||||
SCREENSHOT_DELAY: 100,
|
||||
KEYBOARD_DELAY: 50,
|
||||
CLICK_DELAY: 100,
|
||||
REMOTE_SERVER_CONNECTION: 45000, // Increased from 30000ms to 45000ms for more reliable connections
|
||||
TOOL_EXECUTION: 60000, // New timeout for tool execution
|
||||
} as const;
|
||||
|
||||
// Limits and Thresholds
|
||||
|
Reference in New Issue
Block a user