Update vbancmd.py

ratelimit multiset to 30ms since we have sped up the overall interface
This commit is contained in:
onyx-and-iris 2022-04-26 21:58:45 +01:00
parent dd24fc1816
commit 7fb026ca1e

View File

@ -248,7 +248,7 @@ class VbanCmd(abc.ABC):
raise ValueError(obj) raise ValueError(obj)
target.apply(submapping) target.apply(submapping)
if not self._sync: if not self._sync:
sleep(self._ratelimiter) sleep(self._delay * 30)
def apply_profile(self, name: str): def apply_profile(self, name: str):
try: try: