Skip to content

Commit

Permalink
feat: switch to our own typesense
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Dec 3, 2024
1 parent e115b9e commit f527f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ DEPLOYMENT_ENV=development
CDN_URL=https://storage.googleapis.com/openbeta-staging

# Typesense
TYPESENSE_NODE=4wknoyspjq6l7c9fp-1.a1.typesense.net
TYPESENSE_API_KEY_RW=define_me
TYPESENSE_NODE=typesense-01.openbeta.io
TYPESENSE_API_KEY_RW=ask_us_on_Discord

# Auth0
AUTH0_DOMAIN=https://dev-fmjy7n5n.us.auth0.com
AUTH0_KID=uciP2tJdJ4BKWoz73Fmln
Expand Down
2 changes: 1 addition & 1 deletion src/db/export/queries/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* The maximum default number of documents to query from the database at once.
*/
export const DEFAULT_CHUNK_SIZE = 5000
export const DEFAULT_CHUNK_SIZE = 1000

0 comments on commit f527f17

Please sign in to comment.