Skip to content

Commit de2a8dd

Browse files
committed
Temporarily traverse less due to PloverDB outages
1 parent a671810 commit de2a8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ARAX/ARAXQuery/ARAX_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def __connect_nodes(self, describe=False):
364364
paths = path_finder.find_all_paths(
365365
normalize_src_node_id,
366366
normalize_dst_node_id,
367-
hops_numbers=6
367+
hops_numbers=self.parameters['max_path_length']
368368
)
369369
except Exception as e:
370370
self.response.error(f"PathFinder failed to find paths between {src_pinned_node} and {dst_pinned_node}. "

0 commit comments

Comments
 (0)