diff --git a/website/src/lib/pouch-dbs.ts b/website/src/lib/pouch-dbs.ts index 6368c8c..f811a42 100644 --- a/website/src/lib/pouch-dbs.ts +++ b/website/src/lib/pouch-dbs.ts @@ -95,7 +95,7 @@ function initializeLocalDb(type: LocalDbType, refresh: () => void, user: AT.Ling db, refresh, sync: db.sync( - `https://${user.userId}:${password}a@couch.lingdocs.com/${name}`, + `https://${user.userId}:${password}a@couch.lingdocs.com/${name}aa`, { live: true, retry: true }, ).on("change", (info) => { if (info.direction === "pull") {