2026-01-26 16:52:19 -05:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright 2026 Google LLC
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2026-02-02 20:18:24 -08:00
|
|
|
export const DEFAULT_TOTAL_MAX_MATCHES = 100;
|
2026-01-26 16:52:19 -05:00
|
|
|
export const DEFAULT_SEARCH_TIMEOUT_MS = 30000;
|