mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Adjust dbus sleep for aura crate
This commit is contained in:
@@ -21,7 +21,7 @@ impl AnimatrixDbusWriter {
|
||||
let connection = Connection::new_system()?;
|
||||
Ok(AnimatrixDbusWriter {
|
||||
connection: Box::new(connection),
|
||||
block_time: 100,
|
||||
block_time: 25,
|
||||
stop: Arc::new(AtomicBool::new(false)),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user