diff options
| author | Kush Thaker <[email protected]> | 2024-08-06 20:48:13 +0530 |
|---|---|---|
| committer | Kush Thaker <[email protected]> | 2024-08-06 20:48:13 +0530 |
| commit | 1336da8aae05a0acdb3e03561fa7378f238d3eda (patch) | |
| tree | 483144b7ae6a63635e2e3753168f34f5109c5a9c /apps/web | |
| parent | Merge branch 'kush/be-queue' of https://github.com/Dhravya/supermemory into k... (diff) | |
| download | supermemory-1336da8aae05a0acdb3e03561fa7378f238d3eda.tar.xz supermemory-1336da8aae05a0acdb3e03561fa7378f238d3eda.zip | |
Fix job errors not reflecting in D1; add delays on document insert in vectorize to help with open ai rate limits
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/wrangler.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml index a6232450..54b27325 100644 --- a/apps/web/wrangler.toml +++ b/apps/web/wrangler.toml @@ -26,8 +26,9 @@ bucket_name = "dev-r2-anycontext" [[d1_databases]] binding = "DATABASE" -database_name = "dev-d1-anycontext" -database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c" +database_name = "supermemlocal" +database_id = "0f93c990-72fb-489c-8563-57a7bb18dc43" + [[env.production.d1_databases]] binding = "DATABASE" |