Skip to content

Commit

Permalink
fix: onepage count
Browse files Browse the repository at this point in the history
  • Loading branch information
Loo authored and Loo committed Oct 29, 2023
1 parent d02c08e commit bd12a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/reactVirtual/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export const saveWeiboQueue = createAsyncThunk(
const endTimeShortSpan = (endDate && dayjs(endDate).add(1, 'day').unix()) || undefined
let isEnd = false
// 获取单次保存的列表
const onePageCount = 1
const onePageCount = 100
let onePageList: Record<string, any>[] = []
let totalCountSaveingWeibo = 0
for (let count = 0; count < onePageCount; ) {
Expand Down

0 comments on commit bd12a4f

Please sign in to comment.