rename ratelimit decorator to script_ratelimit for clarity

script_ratelimit now defaults to None.

add note in README
This commit is contained in:
2026-03-09 05:20:25 +00:00
parent 242401e294
commit 09259269d7
3 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ class FactoryBase(VbanCmd):
'streamname': 'Command1',
'bps': 256000,
'channel': 0,
'script_ratelimit': 0.05, # 20 commands per second, to avoid overloading Voicemeeter
'script_ratelimit': None, # if None or 0, no rate limit applied to script commands
'timeout': 5, # timeout on socket operations, in seconds
'disable_rt_listeners': False,
'sync': False,