完成后端架构重构等

This commit is contained in:
super
2026-04-23 15:25:41 +08:00
parent 6894f9cc57
commit 0391cb223f
86 changed files with 10843 additions and 1757 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 * * * *";
}