mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
Update vbancmd.py
ratelimit multiset to 30ms since we have sped up the overall interface
This commit is contained in:
parent
dd24fc1816
commit
7fb026ca1e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user