Schnittstelle IServletSystemProperties.WhatsSIDServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.WhatsSIDServlet
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    WhatsSID cache size (default: 60000).
    static final long
    WhatsSID maximum number of seconds used to recognize a tune (default: 15s)
    static final int
    WhatsSID: maximum number of requests in parallel (default: 3)
    static final int
    WhatsSID query timeout in ms of tune recognition's findHashes query to prevent blocking database connections during database startup (default: 120s).
    static final long
    WhatsSID maximum number of seconds used to recognize an uploaded tune (default: 45s)
    static final boolean
    WhatsSID: first serve RTMP requests, disable WhatsSID requests meanwhile (default: true)
    static final boolean
    Put WhatsSID in maintenance mode (default: false)
    static final int
    WhatsSidServlet: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
    static final int
    WhatsSID servlet: File size threshold at which the file will be written to the disk (default: 0)
    static final long
    WhatsSID servlet: Maximum file size in bytes (default: unlimited)
    static final long
    WhatsSID servlet: Maximum request size in bytes (default: unlimited)
  • Felddetails

    • MAX_WHATSIDS_IN_PARALLEL

      static final int MAX_WHATSIDS_IN_PARALLEL
      WhatsSID: maximum number of requests in parallel (default: 3)
      System Property:
      jsidplay2.whatssid.max.parallel
    • WHATSSID_ASYNC_TIMEOUT

      static final int WHATSSID_ASYNC_TIMEOUT
      WhatsSidServlet: Asynchronous servlets default timeout in ms (0 means disable, default: 60s)
      System Property:
      jsidplay2.whatssid.async.timeout
    • WHATSSIDSERVLET_MAX_REQUEST_SIZE

      static final long WHATSSIDSERVLET_MAX_REQUEST_SIZE
      WhatsSID servlet: Maximum request size in bytes (default: unlimited)
      Siehe auch:
      System Property:
      jsidplay2.whatssidservlet.max.request.size
    • WHATSSIDSERVLET_MAX_FILE_SIZE

      static final long WHATSSIDSERVLET_MAX_FILE_SIZE
      WhatsSID servlet: Maximum file size in bytes (default: unlimited)
      Siehe auch:
      System Property:
      jsidplay2.whatssidservlet.max.file.size
    • WHATSSIDSERVLET_FILE_SIZE_THRESHOLD

      static final int WHATSSIDSERVLET_FILE_SIZE_THRESHOLD
      WhatsSID servlet: File size threshold at which the file will be written to the disk (default: 0)
      Siehe auch:
      System Property:
      jsidplay2.whatssidservlet.file.size.threshold
    • WHATSID_MAINTENANCE

      static final boolean WHATSID_MAINTENANCE
      Put WhatsSID in maintenance mode (default: false)
      System Property:
      jsidplay2.whatssid.maintenance
    • WHATSID_LOW_PRIO

      static final boolean WHATSID_LOW_PRIO
      WhatsSID: first serve RTMP requests, disable WhatsSID requests meanwhile (default: true)
      System Property:
      jsidplay2.whatssid.low_prio
    • CACHE_SIZE

      static final int CACHE_SIZE
      WhatsSID cache size (default: 60000). Recognized audio is cached for repeated requests for performance reasons
      System Property:
      jsidplay2.whatssid.cache.size
    • MAX_SECONDS

      static final long MAX_SECONDS
      WhatsSID maximum number of seconds used to recognize a tune (default: 15s)
      System Property:
      jsidplay2.whatssid.max.seconds
    • UPLOAD_MAX_SECONDS

      static final long UPLOAD_MAX_SECONDS
      WhatsSID maximum number of seconds used to recognize an uploaded tune (default: 45s)
      System Property:
      jsidplay2.whatssid.upload.max.seconds
    • QUERY_TIMEOUT

      static final int QUERY_TIMEOUT
      WhatsSID query timeout in ms of tune recognition's findHashes query to prevent blocking database connections during database startup (default: 120s).
      System Property:
      jsidplay2.whatssid.query.timeout