mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 18:36:34 +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
|
|
@ -477,14 +477,6 @@ properties:
|
|||
connection_string:
|
||||
type: string
|
||||
description: Required when type is postgres. Supports environment variable substitution using $VAR or ${VAR} syntax.
|
||||
ttl_seconds:
|
||||
type: integer
|
||||
minimum: 60
|
||||
description: TTL in seconds for in-memory state entries. Only applies when type is memory. Default 1800 (30 min).
|
||||
max_entries:
|
||||
type: integer
|
||||
minimum: 100
|
||||
description: Maximum number of in-memory state entries. Only applies when type is memory. Default 10000.
|
||||
additionalProperties: false
|
||||
required:
|
||||
- type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue