You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting a response from plex.GetDocumentAsync paging should be used, to avoid database lockup => PMS Crash, as well as cope for what the future might bring
The text was updated successfully, but these errors were encountered:
PR also welcome. However, it does complicate things since the return value would no longer be a JsonDocument but an enumerable of JsonDocuments, or we'd have to push the paging mechanism upward to all callers.
When requesting a response from plex.GetDocumentAsync paging should be used, to avoid database lockup => PMS Crash, as well as cope for what the future might bring
The text was updated successfully, but these errors were encountered: