Skip to content

Commit b212c65

Browse files
committed
reduce fetch size
Signed-off-by: Adam Setch <[email protected]>
1 parent a348952 commit b212c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/utils/api/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ export async function fetchDiscussionByNumber(
253253
owner: notification.repository.owner.login,
254254
name: notification.repository.name,
255255
number: number,
256-
lastComments: 100,
257-
lastReplies: 100,
256+
lastComments: 10,
257+
lastReplies: 10,
258258
firstLabels: 100,
259259
includeIsAnswered: isAnsweredDiscussionFeatureSupported(
260260
notification.account,

0 commit comments

Comments
 (0)