Skip to content

Commit b6d32f8

Browse files
committed
Search: Increase max number of results from 25k to 100k #2433
1 parent c7ed995 commit b6d32f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/search/search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
var log = event.Log
3737

3838
// MaxResults is max result limit for queries.
39-
const MaxResults = 25000
39+
const MaxResults = 100000
4040

4141
// Radius is about 1 km.
4242
const Radius = 0.009

0 commit comments

Comments
 (0)