mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-17 09:30:58 -07:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
|
|
/**
|
||
|
|
* @license
|
||
|
|
* Copyright 2026 Google LLC
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
export const DEFAULT_TOTAL_MAX_MATCHES = 20000;
|
||
|
|
export const DEFAULT_SEARCH_TIMEOUT_MS = 30000;
|