fix(novel-crawl): 解决爬虫进程间的冲突问题,支持同时启动多个爬虫进程

This commit is contained in:
xiongxiaoyang
2025-05-13 11:11:27 +08:00
parent a07643bde0
commit 42bcecc304
2 changed files with 4 additions and 8 deletions

View File

@ -41,11 +41,6 @@ public interface CacheKey {
* */
String TEMPLATE_DIR_KEY = "templateDirKey";;
/**
* 正在运行的爬虫线程存储KEY前缀
* */
String RUNNING_CRAWL_THREAD_KEY_PREFIX = "runningCrawlTreadDataKeyPrefix";
/**
* 上一次搜索引擎更新的时间
* */