Skip to content

Commit 4ae0b40

Browse files
authored
Merge pull request #200 from igsilya/northd-probe
Fix default value for northd probe interval
2 parents 36f5a2f + 6966e23 commit 4ae0b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ low_scale_task:
55
- image_project: fedora-cloud
66
image: family/fedora-cloud-38
77
- image_project: ubuntu-os-cloud
8-
image: family/ubuntu-2310-amd64
8+
image: family/ubuntu-2404-lts-amd64
99
platform: linux
1010
memory: 8G
1111
disk: 40

ovn-fake-multinode-utils/translate_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class ClusterConfig:
9494
log_txns_db: bool = False
9595
datapath_type: str = "system"
9696
raft_election_to: int = 16
97-
northd_probe_interval: int = 5000
97+
northd_probe_interval: int = 16000
9898
northd_threads: int = 4
9999
db_inactivity_probe: int = 60000
100100
node_net: str = "192.16.0.0/16"

0 commit comments

Comments
 (0)