爬虫管理系统设置session默认超时时间为1天,解决由于编写爬虫规则时间过长导致的提交失败问题

This commit is contained in:
xiongxiaoyang 2021-01-05 21:46:01 +08:00
parent a00a2141f2
commit e4927d7ac6

View File

@ -21,7 +21,7 @@ spring:
elasticsearch:
#是否开启搜索引擎1开启0不开启
enable: 1
enable: 0
jest:
uris: http://192.168.0.105:9200