Skip to content

mumc_configyaml>admin_settings>api_controls>item_limit

terrelsa13 edited this page May 13, 2024 · 3 revisions

  • Description
admin_settings:
  api_controls:
    item_limit: integer
  • API query item_limit
  • To avoid overloading the Emby/Jellyfin server we want to limit the number of items the server returns for each individual API query
    • If the server lags or bogs down when MUMC is running, try lowering this value to allow the server to return smaller amounts of data
  • ALL media items and their data are processed regardless of this value
  • 1-10000 - maximum number of data items the server will return for each API query

Example:

item_limit: 25
Clone this wiki locally