We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e115b9e commit f527f17Copy full SHA for f527f17
.env
@@ -12,8 +12,9 @@ DEPLOYMENT_ENV=development
12
CDN_URL=https://storage.googleapis.com/openbeta-staging
13
14
# Typesense
15
-TYPESENSE_NODE=4wknoyspjq6l7c9fp-1.a1.typesense.net
16
-TYPESENSE_API_KEY_RW=define_me
+TYPESENSE_NODE=typesense-01.openbeta.io
+TYPESENSE_API_KEY_RW=ask_us_on_Discord
17
+
18
# Auth0
19
AUTH0_DOMAIN=https://dev-fmjy7n5n.us.auth0.com
20
AUTH0_KID=uciP2tJdJ4BKWoz73Fmln
src/db/export/queries/defaults.ts
@@ -1,4 +1,4 @@
1
/**
2
* The maximum default number of documents to query from the database at once.
3
*/
4
-export const DEFAULT_CHUNK_SIZE = 5000
+export const DEFAULT_CHUNK_SIZE = 1000
0 commit comments