Skip to content

Commit

Permalink
Increase identtiy cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Sep 23, 2023
1 parent 6f4af1a commit da97bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/palomar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var runCmd = &cli.Command{
TryAuthoritativeDNS: true,
SkipDNSDomainSuffixes: []string{".bsky.social"},
}
dir := identity.NewCacheDirectory(&base, 200000, time.Hour*24, time.Minute*2)
dir := identity.NewCacheDirectory(&base, 1_500_000, time.Hour*24, time.Minute*2)

srv, err := search.NewServer(
db,
Expand Down

0 comments on commit da97bef

Please sign in to comment.