We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02c08e commit bd12a4fCopy full SHA for bd12a4f
app/scripts/reactVirtual/slice.ts
@@ -284,7 +284,7 @@ export const saveWeiboQueue = createAsyncThunk(
284
const endTimeShortSpan = (endDate && dayjs(endDate).add(1, 'day').unix()) || undefined
285
let isEnd = false
286
// 获取单次保存的列表
287
- const onePageCount = 1
+ const onePageCount = 100
288
let onePageList: Record<string, any>[] = []
289
let totalCountSaveingWeibo = 0
290
for (let count = 0; count < onePageCount; ) {
0 commit comments