Remove LocalPostTriggerConfig from default_config (due to speed hit)

pull/357/head
nyanpasu64 2018-10-29 18:19:29 -07:00
rodzic 1f934c2b03
commit 0ee3f6af92
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -88,7 +88,8 @@ def default_config(**kwargs):
edge_strength=0,
responsiveness=0.5,
use_edge_trigger=False,
post=LocalPostTriggerConfig(strength=0.1),
# Removed due to speed hit.
# post=LocalPostTriggerConfig(strength=0.1),
),
channels=[],