We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f5a2f + 6966e23 commit 4ae0b40Copy full SHA for 4ae0b40
.cirrus.yml
@@ -5,7 +5,7 @@ low_scale_task:
5
- image_project: fedora-cloud
6
image: family/fedora-cloud-38
7
- image_project: ubuntu-os-cloud
8
- image: family/ubuntu-2310-amd64
+ image: family/ubuntu-2404-lts-amd64
9
platform: linux
10
memory: 8G
11
disk: 40
ovn-fake-multinode-utils/translate_yaml.py
@@ -94,7 +94,7 @@ class ClusterConfig:
94
log_txns_db: bool = False
95
datapath_type: str = "system"
96
raft_election_to: int = 16
97
- northd_probe_interval: int = 5000
+ northd_probe_interval: int = 16000
98
northd_threads: int = 4
99
db_inactivity_probe: int = 60000
100
node_net: str = "192.16.0.0/16"
0 commit comments