From 7fb026ca1e542d79ebed8515ee0338862e7f63c3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:58:45 +0100 Subject: [PATCH] Update vbancmd.py ratelimit multiset to 30ms since we have sped up the overall interface --- vbancmd/vbancmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vbancmd/vbancmd.py b/vbancmd/vbancmd.py index 0ff1924..cab6301 100644 --- a/vbancmd/vbancmd.py +++ b/vbancmd/vbancmd.py @@ -248,7 +248,7 @@ class VbanCmd(abc.ABC): raise ValueError(obj) target.apply(submapping) if not self._sync: - sleep(self._ratelimiter) + sleep(self._delay * 30) def apply_profile(self, name: str): try: