Skip to content

Commit d90c79c

Browse files
Increase max display match count to 10,000
1 parent 719448f commit d90c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/search/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { FilterPanel } from "./components/filterPanel";
2525
import { SearchResultsPanel } from "./components/searchResultsPanel";
2626
import { ImperativePanelHandle } from "react-resizable-panels";
2727

28-
const DEFAULT_MAX_MATCH_DISPLAY_COUNT = 2048;
28+
const DEFAULT_MAX_MATCH_DISPLAY_COUNT = 10000;
2929

3030
export default function SearchPage() {
3131
const router = useRouter();

0 commit comments

Comments
 (0)