Skip to content

Conversation

@blanexie
Copy link
Contributor

改动如下:

  1. 去重复器使用BloomFilter
  2. 优化了Import导入行。
  3. 优化了readCursorFile 方法,不在重复创建AtomicInteger对象
  4. 优化了一些格式

@blanexie blanexie closed this Aug 16, 2024
@GoogleQian
Copy link

这里有bug,us.codecraft.webmagic.scheduler.FileCacheQueueScheduler#readCursorFile 的最后一行
if (lastLine != null) {
cursor.set(NumberUtils.toInt(lastLine)); //这里应该是 lastLine
}

sutra added a commit that referenced this pull request Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants