From 879c8f8882b0103351300922e7a20ed48b401a18 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Thu, 30 Jan 2025 22:26:51 +0000 Subject: [PATCH] just use 5 --- .../pages/new-tab/app/activity/batched-activity.service.js | 2 +- special-pages/pages/new-tab/types/new-tab.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/special-pages/pages/new-tab/app/activity/batched-activity.service.js b/special-pages/pages/new-tab/app/activity/batched-activity.service.js index 696d65a43..3197e3933 100644 --- a/special-pages/pages/new-tab/app/activity/batched-activity.service.js +++ b/special-pages/pages/new-tab/app/activity/batched-activity.service.js @@ -7,7 +7,7 @@ import { Service } from '../service.js'; export class BatchedActivity { - SIZE = 10; + SIZE = 5; /** * @param {import("../../src/index.js").NewTabPage} ntp - The internal data feed, expected to have a `subscribe` method. * @internal diff --git a/special-pages/pages/new-tab/types/new-tab.ts b/special-pages/pages/new-tab/types/new-tab.ts index de37aa187..ca8c9483b 100644 --- a/special-pages/pages/new-tab/types/new-tab.ts +++ b/special-pages/pages/new-tab/types/new-tab.ts @@ -222,7 +222,6 @@ export interface ActivitySetConfigNotification { export interface ActivityConfig { expansion: Expansion; animation?: Animation; - api?: "batched" | "complete"; } export interface None { kind: "none";