We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719448f commit d90c79cCopy full SHA for d90c79c
packages/web/src/app/search/page.tsx
@@ -25,7 +25,7 @@ import { FilterPanel } from "./components/filterPanel";
25
import { SearchResultsPanel } from "./components/searchResultsPanel";
26
import { ImperativePanelHandle } from "react-resizable-panels";
27
28
-const DEFAULT_MAX_MATCH_DISPLAY_COUNT = 2048;
+const DEFAULT_MAX_MATCH_DISPLAY_COUNT = 10000;
29
30
export default function SearchPage() {
31
const router = useRouter();
0 commit comments