Skip to content

Commit

Permalink
Update acousticbrainz/__init__.py to use 1s rate limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK authored and phw committed Oct 24, 2023
1 parent 8d7fe3d commit ed40948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/acousticbrainz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

PLUGIN_LICENSE = "GPL-2.0"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.txt"
PLUGIN_VERSION = "2.2.2"
PLUGIN_VERSION = "2.2.3"
PLUGIN_API_VERSIONS = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7"]

# Plugin configuration
Expand Down Expand Up @@ -80,7 +80,7 @@
from picard.webservice import ratecontrol
from picard.plugins.acousticbrainz.ui_options_acousticbrainz_tags import Ui_AcousticBrainzOptionsPage

ratecontrol.set_minimum_delay((ACOUSTICBRAINZ_HOST, ACOUSTICBRAINZ_PORT), 250)
ratecontrol.set_minimum_delay((ACOUSTICBRAINZ_HOST, ACOUSTICBRAINZ_PORT), 1000)

# Constants
# =============================================================================
Expand Down

0 comments on commit ed40948

Please sign in to comment.