Using /all endpoint directly is not optimal, since the database will be locked until all the records requested is returned, and could cause problems with huge libraries
As such, it should be used with Pagination parameters, as seen here: https://developer.plex.tv/pms/#section/API-Info/Pagination
Using
/allendpoint directly is not optimal, since the database will be locked until all the records requested is returned, and could cause problems with huge librariesAs such, it should be used with Pagination parameters, as seen here: https://developer.plex.tv/pms/#section/API-Info/Pagination