完成后端架构重构等
This commit is contained in:
@@ -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 * * * *";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user