[Bug]: API responds extremely slowly to post/list
request under certain conditions
#5136
Open
5 tasks done
Labels
Requirements
Summary
This only happens in a very specific edge case circumstance so isn't a critical issue. It takes ~20 seconds to perform the
post/list
request.Steps to Reproduce
api/v3/post/list?type_=ModeratorView&limit=50&page=1
next_page
value from the response to clipboardapi/v3/post/list?type_=ModeratorView&limit=50&page_cursor=%s
. Replace%s
with the string you copied in the previous step.{ "posts": [] }
)Technical Details
I can't reproduce this issue by using the
page
parameter so it's possibly related to the cursor systemLemmy Instance
Tested on lemmy.ml (
0.19.6-beta.1
) and sh.itjust.works (0.19.5
)The text was updated successfully, but these errors were encountered: