File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ async def NewDriver(backend, data):
111111 cert_paths = ("/usr/local/share/custom-ca-certificates/" + cert
112112 for cert in data ["trustedCertificates" ])
113113 kwargs ["trusted_certificates" ] = neo4j .TrustCustomCAs (* cert_paths )
114+ data .mark_item_as_read_if_equals ("livenessCheckTimeoutMs" , None )
114115
115116 data .mark_item_as_read ("domainNameResolverRegistered" )
116117 driver = neo4j .AsyncGraphDatabase .driver (
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ def NewDriver(backend, data):
111111 cert_paths = ("/usr/local/share/custom-ca-certificates/" + cert
112112 for cert in data ["trustedCertificates" ])
113113 kwargs ["trusted_certificates" ] = neo4j .TrustCustomCAs (* cert_paths )
114+ data .mark_item_as_read_if_equals ("livenessCheckTimeoutMs" , None )
114115
115116 data .mark_item_as_read ("domainNameResolverRegistered" )
116117 driver = neo4j .GraphDatabase .driver (
You can’t perform that action at this time.
0 commit comments