From 828abf783286b07e8a73cf1b94bbeecfc0bf8c9c Mon Sep 17 00:00:00 2001 From: Onyx and Iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 13 Apr 2022 18:11:39 +0100 Subject: [PATCH] Update data.py reduce pdelay to 5. --- vmcompact/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmcompact/data.py b/vmcompact/data.py index a5c3c95..b601c03 100644 --- a/vmcompact/data.py +++ b/vmcompact/data.py @@ -22,7 +22,7 @@ class BaseValues: # bus assigned as current submix submixes: int = 0 # pdirty delay - pdelay: int = 50 + pdelay: int = 5 # ldirty delay ldelay: int = 50