Skip to content

Commit bd12a4f

Browse files
LooLoo
authored andcommitted
fix: onepage count
1 parent d02c08e commit bd12a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/reactVirtual/slice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const saveWeiboQueue = createAsyncThunk(
284284
const endTimeShortSpan = (endDate && dayjs(endDate).add(1, 'day').unix()) || undefined
285285
let isEnd = false
286286
// 获取单次保存的列表
287-
const onePageCount = 1
287+
const onePageCount = 100
288288
let onePageList: Record<string, any>[] = []
289289
let totalCountSaveingWeibo = 0
290290
for (let count = 0; count < onePageCount; ) {

0 commit comments

Comments
 (0)