Skip to content

Commit

Permalink
fix: Reduce number of loaded artists in AuctionResultsByFollowedArtis…
Browse files Browse the repository at this point in the history
…ts (#4945)
  • Loading branch information
olerichter00 authored Apr 13, 2023
1 parent 8494c6a commit d0081a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/loaders/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BodyAndHeaders, ResponseHeaders } from "."
import { StaticPathLoader } from "./api/loader_interface"

const MAX_FOLLOWED_ARTISTS_PER_STEP = 100
const MAX_STEPS = 2
const MAX_STEPS = 1

/**
* This is a helper function that loads all followed artists for a user.
Expand Down

0 comments on commit d0081a7

Please sign in to comment.