Skip to content

Commit

Permalink
* fix lumina37/aiotieba#239 (comment) @ ThreadCrawler.cs
Browse files Browse the repository at this point in the history
@ c#/crawler
  • Loading branch information
n0099 committed Dec 8, 2024
1 parent 015ad69 commit dc8d675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c#/crawler/src/Tieba/Crawl/Crawler/ThreadCrawler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ protected override IEnumerable<Request> GetRequestsForPage(Page page, Cancellati
{
Kw = forumName,
Pn = (int)page,
Rn = 90,
RnNeed = 30,
Rn = 13,
RnNeed = 13,
SortType = 5
};
return
Expand Down

0 comments on commit dc8d675

Please sign in to comment.