mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-12 07:49:49 -05:00
python update
This commit is contained in:
parent
2e2f3b0bc4
commit
97a9a8d3af
@ -2588,9 +2588,21 @@
|
|||||||
"subkeys": {
|
"subkeys": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "integer",
|
"type": "array",
|
||||||
"format": "uint32",
|
"items": [
|
||||||
"minimum": 0.0
|
{
|
||||||
|
"type": "integer",
|
||||||
|
"format": "uint32",
|
||||||
|
"minimum": 0.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "integer",
|
||||||
|
"format": "uint32",
|
||||||
|
"minimum": 0.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maxItems": 2,
|
||||||
|
"minItems": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
@ -3362,8 +3374,11 @@
|
|||||||
"local_max_subkey_cache_memory_mb",
|
"local_max_subkey_cache_memory_mb",
|
||||||
"local_subkey_cache_size",
|
"local_subkey_cache_size",
|
||||||
"max_find_node_count",
|
"max_find_node_count",
|
||||||
|
"max_watch_expiration_ms",
|
||||||
|
"member_watch_limit",
|
||||||
"min_peer_count",
|
"min_peer_count",
|
||||||
"min_peer_refresh_time_ms",
|
"min_peer_refresh_time_ms",
|
||||||
|
"public_watch_limit",
|
||||||
"remote_max_records",
|
"remote_max_records",
|
||||||
"remote_max_storage_space_mb",
|
"remote_max_storage_space_mb",
|
||||||
"remote_max_subkey_cache_memory_mb",
|
"remote_max_subkey_cache_memory_mb",
|
||||||
@ -3407,6 +3422,16 @@
|
|||||||
"format": "uint32",
|
"format": "uint32",
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
|
"max_watch_expiration_ms": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "uint32",
|
||||||
|
"minimum": 0.0
|
||||||
|
},
|
||||||
|
"member_watch_limit": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "uint32",
|
||||||
|
"minimum": 0.0
|
||||||
|
},
|
||||||
"min_peer_count": {
|
"min_peer_count": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "uint32",
|
"format": "uint32",
|
||||||
@ -3417,6 +3442,11 @@
|
|||||||
"format": "uint32",
|
"format": "uint32",
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
|
"public_watch_limit": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "uint32",
|
||||||
|
"minimum": 0.0
|
||||||
|
},
|
||||||
"remote_max_records": {
|
"remote_max_records": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "uint32",
|
"format": "uint32",
|
||||||
|
Loading…
Reference in New Issue
Block a user