Skip to content

Commit

Permalink
fix: Update 7.0 config schema (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse S authored Nov 6, 2023
1 parent be9c83e commit 3fe078b
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions lib/live_cluster/client/config-schemas/7.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,14 @@
"description": "",
"dynamic": false
},
"quarantine-allocations": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 100000000,
"description": "",
"dynamic": false
},
"secrets-address-port": {
"type": "string",
"default": "",
Expand Down Expand Up @@ -2613,6 +2621,14 @@
"description": "",
"dynamic": false
},
"default-ttl": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 315360000,
"description": "",
"dynamic": true
},
"disable-eviction": {
"type": "boolean",
"default": false,
Expand Down Expand Up @@ -3416,12 +3432,6 @@
"description": "",
"dynamic": true
},
"serialize-tomb-raider": {
"type": "boolean",
"default": false,
"description": "",
"dynamic": false
},
"tomb-raider-sleep": {
"type": "integer",
"default": 1000,
Expand Down

0 comments on commit 3fe078b

Please sign in to comment.