Browse Source

ov

master
educoder 3 years ago
parent
commit
6e7bc96bd3
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      common/src/main/java/com/imitate/common/task/init/DelExpiredPodTask.java
  2. +1
    -1
      web/src/main/resources/application.properties

+ 0
- 1
common/src/main/java/com/imitate/common/task/init/DelExpiredPodTask.java View File

@@ -52,7 +52,6 @@ public class DelExpiredPodTask {
SysConfig sysConfig = null;
try {
sysConfig = sysConfigService.lockSysConfig(configParam);
logger.info("-----over sysConfig----:{}",sysConfig);
if (sysConfig != null) {

// 获得清理过期RunPod的锁,查询出过期列表,一一清理


+ 1
- 1
web/src/main/resources/application.properties View File

@@ -1,4 +1,4 @@
server.port=8088
server.port=48835
server.servlet.context-path=/
server.max-http-header-size=8192
server.compression.enabled=true


Loading…
Cancel
Save