Skip to content

Commit

Permalink
Improved: Increased viewSize to 100 while fetching system messages fo…
Browse files Browse the repository at this point in the history
…r the uploaded cycle count (#525).
  • Loading branch information
ravilodhi committed Dec 4, 2024
1 parent 399bac0 commit 5c20cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/count/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const actions: ActionTree<CountState, RootState> = {
systemMessageTypeId: "ImportInventoryCounts",
initDate_from: twentyFourHoursEarlier.toMillis(),
orderByField: 'initDate desc, processedDate desc',
pageSize: 20
pageSize: 100
})
if (!hasError(resp)) {
systemMessages = resp.data
Expand Down

0 comments on commit 5c20cd1

Please sign in to comment.