Skip to content

Commit f527f17

Browse files
committed
feat: switch to our own typesense
1 parent e115b9e commit f527f17

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ DEPLOYMENT_ENV=development
1212
CDN_URL=https://storage.googleapis.com/openbeta-staging
1313

1414
# Typesense
15-
TYPESENSE_NODE=4wknoyspjq6l7c9fp-1.a1.typesense.net
16-
TYPESENSE_API_KEY_RW=define_me
15+
TYPESENSE_NODE=typesense-01.openbeta.io
16+
TYPESENSE_API_KEY_RW=ask_us_on_Discord
17+
1718
# Auth0
1819
AUTH0_DOMAIN=https://dev-fmjy7n5n.us.auth0.com
1920
AUTH0_KID=uciP2tJdJ4BKWoz73Fmln

src/db/export/queries/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* The maximum default number of documents to query from the database at once.
33
*/
4-
export const DEFAULT_CHUNK_SIZE = 5000
4+
export const DEFAULT_CHUNK_SIZE = 1000

0 commit comments

Comments
 (0)