mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
slim down to jemalloc + debug endpoint + stress tests only
This commit is contained in:
parent
80a26a3289
commit
800222dc23
8 changed files with 5 additions and 567 deletions
|
|
@ -123,12 +123,6 @@ pub struct StateStorageConfig {
|
|||
#[serde(rename = "type")]
|
||||
pub storage_type: StateStorageType,
|
||||
pub connection_string: Option<String>,
|
||||
/// TTL in seconds for in-memory state entries (default: 1800 = 30 min).
|
||||
/// Only applies when type is `memory`.
|
||||
pub ttl_seconds: Option<u64>,
|
||||
/// Maximum number of in-memory state entries (default: 10000).
|
||||
/// Only applies when type is `memory`.
|
||||
pub max_entries: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue