mirror of
https://github.com/201206030/novel-plus.git
synced 2026-03-03 00:24:48 +08:00
fix(novel-crawl): 解决爬虫进程间的冲突问题,支持同时启动多个爬虫进程
This commit is contained in:
@@ -41,11 +41,6 @@ public interface CacheKey {
|
||||
* */
|
||||
String TEMPLATE_DIR_KEY = "templateDirKey";;
|
||||
|
||||
/**
|
||||
* 正在运行的爬虫线程存储KEY前缀
|
||||
* */
|
||||
String RUNNING_CRAWL_THREAD_KEY_PREFIX = "runningCrawlTreadDataKeyPrefix";
|
||||
|
||||
/**
|
||||
* 上一次搜索引擎更新的时间
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user