完成后端架构重构等

This commit is contained in:
super
2026-04-23 15:25:41 +08:00
parent 46f46039ea
commit 34bc980eea
76 changed files with 3242 additions and 1111 deletions

View File

@@ -8,4 +8,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public class TaskPressureProperties {
private long localTaskEntityCacheMillis = 3000;
private int dbSelectBatchSize = 200;
private long scopePayloadFlushIntervalMillis = 15000;
private long scopePayloadBufferRetentionHours = 24;
private int scopePayloadRecoveryMaxFiles = 200;
private String scopePayloadCleanupCron = "15 */30 * * * *";
}