Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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