Skip to content

Commit 847677a

Browse files
committed
fix(google): reduce MAX_PAGES to 5 for faster My Activity export
Update checksums in registry.json, connector-index.json, and rebuild the packaged artifact to match the modified script.
1 parent 50c7e5d commit 847677a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

-1.9 KB
Binary file not shown.

connector-index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
"gitRef": "feat/instagram-api-playwright-connector",
202202
"pageApiVersion": 1,
203203
"manifestSha256": "sha256:737c94f03092aa07ba8648be3347850b48ff6be55bf2dba7e2a384fabc39f0ff",
204-
"scriptSha256": "sha256:f28873c5db5c72384e922cb99b92de87b20178f0fdf36e372d7d0778a91df662",
205-
"artifactSha256": "sha256:b0951416ec8832896034db84fd3e00d460ff25c357c4b68112a1b46a6fa43496",
204+
"scriptSha256": "sha256:e8475045475ba3e1a9b2df680e6dc57e719c33478c818e0881f5f50bc091fc6b",
205+
"artifactSha256": "sha256:09d69fad8e10d761fa9d4a6a94788f2c7d9bcc83487b93ada3e996a05daadbea",
206206
"artifactPath": "artifacts/google-api-playwright/google-api-playwright-1.0.0.tgz",
207207
"artifactUrl": "https://raw.githubusercontent.com/vana-com/data-connectors/feat/instagram-api-playwright-connector/artifacts/google-api-playwright/google-api-playwright-1.0.0.tgz",
208208
"scopes": [

connectors/google/google-api-playwright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const IDENTIFIER_URL =
2424
'https://accounts.google.com/v3/signin/identifier?flowName=GlifWebSignIn&flowEntry=AddSession';
2525

2626
const PAGE_SIZE = 100;
27-
const MAX_PAGES = 50;
27+
const MAX_PAGES = 5;
2828
const MAX_LOGIN_STEPS = 24;
2929
const URL_CHANGE_TIMEOUT_MS = 30000;
3030
const URL_POLL_INTERVAL_MS = 500;

registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
"metadata": "google/google-api-playwright.json"
212212
},
213213
"checksums": {
214-
"script": "sha256:81fbffbd7ef04fb2a4cfbc3d00d86691752994b210fb62457b84d37a58495f9e",
214+
"script": "sha256:e8475045475ba3e1a9b2df680e6dc57e719c33478c818e0881f5f50bc091fc6b",
215215
"metadata": "sha256:737c94f03092aa07ba8648be3347850b48ff6be55bf2dba7e2a384fabc39f0ff"
216216
}
217217
},

0 commit comments

Comments
 (0)