mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 23:44:15 -07:00
fix(core): stream grep/ripgrep output to prevent OOM (#17146)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* @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;
|
||||
Reference in New Issue
Block a user