Skip to content

Commit 8e66a0f

Browse files
committed
just use 5
1 parent 01efabe commit 8e66a0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

special-pages/pages/new-tab/app/activity/batched-activity.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { Service } from '../service.js';
88

99
export class BatchedActivity {
10-
SIZE = 10;
10+
SIZE = 5;
1111
/**
1212
* @param {import("../../src/index.js").NewTabPage} ntp - The internal data feed, expected to have a `subscribe` method.
1313
* @internal

special-pages/pages/new-tab/types/new-tab.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ export interface ActivitySetConfigNotification {
222222
export interface ActivityConfig {
223223
expansion: Expansion;
224224
animation?: Animation;
225-
api?: "batched" | "complete";
226225
}
227226
export interface None {
228227
kind: "none";

0 commit comments

Comments
 (0)