[Add] 增加redisAddr启动参数以通过参数指定redis缓存库地址;

[Update] 补充Javadoc;
[Change] 根据性能分析结果调整imageCacheExecutor线程池参数;
[Change] 调整CQGlobal内线程池参数;
[Change] 将illustPages缓存纳入Redis缓存库;
[Change] 根据性能分析结果将SpringBoot的HttpThreads降至1;
This commit is contained in:
2020-03-31 11:04:08 +08:00
parent e4e7771d4d
commit 3333f4c5c5
4 changed files with 59 additions and 11 deletions

View File

@ -1,2 +1,2 @@
server.port=8081
server.tomcat.max-threads=10
server.tomcat.max-threads=1