Skip to content

Commit

Permalink
SOR: set pathDepth to 4 (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Dec 11, 2023
1 parent 4456c23 commit 523e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/beethoven/balancer-sdk.resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const balancerSdkResolvers: Resolvers = {
args.graphTraversalConfig
? args.graphTraversalConfig
: {
maxNonBoostedPathDepth: 6,
maxNonBoostedPathDepth: 4,
}
) as GraphTraversalConfig;

Expand Down

0 comments on commit 523e4a5

Please sign in to comment.