Fine tune RGB sleep period

This commit is contained in:
Luke
2020-06-02 11:09:45 +12:00
parent c4cef7a9fe
commit ca5d625cec
4 changed files with 9 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ impl AuraDbusWriter {
let connection = Connection::new_system()?;
Ok(AuraDbusWriter {
connection: Box::new(connection),
block_time: 20,
block_time: 50,
stop: Arc::new(AtomicBool::new(false)),
})
}