mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Raise search result default count to 5000
This commit is contained in:
parent
5035402287
commit
9f4fb8480a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import { FilterPanel } from "./filterPanel";
|
|||
import { useFilteredMatches } from "./filterPanel/useFilterMatches";
|
||||
import { SearchResultsPanel } from "./searchResultsPanel";
|
||||
|
||||
const DEFAULT_MAX_MATCH_COUNT = 500;
|
||||
const DEFAULT_MAX_MATCH_COUNT = 5000;
|
||||
|
||||
interface SearchResultsPageProps {
|
||||
searchQuery: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue