Skip to content

server/visitor: Do not unnecessarily queue the next layer when max_depth is set

vlorentz requested to merge visitor-next-layer into master

It is wasteful, and can cause timeouts when the last layer of nodes has high outdegree

The fix is in rust/src/server/visitor.rs; everything else is tests.

@olasd This should fix your issue.

Edited by vlorentz

Merge request reports