Skip to content

Commit

Permalink
just use 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 30, 2025
1 parent 3fef756 commit 879c8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion special-pages/pages/new-tab/types/new-tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export interface ActivitySetConfigNotification {
export interface ActivityConfig {
expansion: Expansion;
animation?: Animation;
api?: "batched" | "complete";
}
export interface None {
kind: "none";
Expand Down

0 comments on commit 879c8f8

Please sign in to comment.