mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
chore(cli): reduce default terminal background polling interval to 5s
This commit is contained in:
@@ -450,7 +450,7 @@ const SETTINGS_SCHEMA = {
|
||||
label: 'Terminal Background Polling Interval',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: 60,
|
||||
default: 5,
|
||||
description:
|
||||
'Interval in seconds to poll the terminal background color.',
|
||||
showInDialog: true,
|
||||
|
||||
@@ -43,7 +43,7 @@ const mockSettings = {
|
||||
themeLight: 'default', // DEFAULT_THEME.name
|
||||
themeDark: 'default',
|
||||
autoThemeSwitching: true,
|
||||
terminalBackgroundPollingInterval: 60,
|
||||
terminalBackgroundPollingInterval: 5,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user