ProcessRepositoryProperties

data class ProcessRepositoryProperties(val windowSize: Int = 1000)

Configuration properties for the agent process repository.

Constructors

Link copied to clipboard
constructor(windowSize: Int = 1000)

Properties

Link copied to clipboard
val windowSize: Int = 1000

Maximum number of agent processes to keep in memory. When this limit is exceeded, the oldest processes will be evicted. Default is 1000.