From e638f1ccafbe8ceed62b111dcaa341e4896c9d81 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 22 Aug 2021 23:47:02 +0400 Subject: [PATCH] try to break the sync --- website/src/lib/pouch-dbs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/lib/pouch-dbs.ts b/website/src/lib/pouch-dbs.ts index f811a42..df5640c 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}aa`, + `https://123${user.userId}:${password}@couch.lingdocs.com/${name}`, { live: true, retry: true }, ).on("change", (info) => { if (info.direction === "pull") {