We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9006c4 commit ef0f18eCopy full SHA for ef0f18e
1 file changed
packages/core/src/config/config.ts
@@ -1593,14 +1593,6 @@ export class Config implements McpContext, AgentLoopContext {
1593
this.setModel(DEFAULT_GEMINI_MODEL_AUTO);
1594
}
1595
1596
- // Fetch admin controls
1597
- const experiments = await this.experimentsPromise;
1598
-
1599
- const requestTimeoutMs = this.getRequestTimeoutMs();
1600
- if (requestTimeoutMs !== undefined) {
1601
- updateGlobalFetchTimeouts(requestTimeoutMs);
1602
- }
1603
1604
const adminControlsEnabled =
1605
experiments?.flags[ExperimentFlags.ENABLE_ADMIN_CONTROLS]?.boolValue ??
1606
false;
0 commit comments