Skip to content

Commit 573709c

Browse files
authored
Increase DEFAULT_QUERY_LIMIT from 50 to 80
As a test for holes in view
1 parent 1b87223 commit 573709c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Explore/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const SIDEBAR_WIDTH = 430;
2-
export const DEFAULT_QUERY_LIMIT = 50;
2+
export const DEFAULT_QUERY_LIMIT = 80;
33
export const DEFAULT_MIN_ZOOM = 10;
44
export const DEFAULT_MAP_STYLE = "grayscale_light";
55
export const MAX_ZOOM_FOR_COLLECTION_OUTLINE = 6;

0 commit comments

Comments
 (0)