Post inside pool using danbooru is slow
Shiroechi opened this issue · 1 comments
Shiroechi commented
if the post inside the post is too many, let's say 100, it will so long to wait until finish.
Shiroechi commented
Fix in #22
The method will download all post data, so if its 100 post than it will download request 100 json response. thats why it slow.
Fix:
It will not download all post data, it wil use the post id only and if you like to know all information use the other method in danbooru (PostShowAsync
).