feat(kernel): add journalCompactionTokenThreshold to OrchestrationConfig
This commit is contained in:
+1
@@ -11,4 +11,5 @@ data class OrchestrationConfig(
|
|||||||
val sandboxRoot: Path = Path.of(System.getProperty("java.io.tmpdir"), "correx-sandbox"),
|
val sandboxRoot: Path = Path.of(System.getProperty("java.io.tmpdir"), "correx-sandbox"),
|
||||||
val defaultSystemPromptPath: String? = null,
|
val defaultSystemPromptPath: String? = null,
|
||||||
val workspace: WorkspaceContext? = null,
|
val workspace: WorkspaceContext? = null,
|
||||||
|
val journalCompactionTokenThreshold: Int = 2000,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user