Skip to content

Commit

Permalink
chore: increase delay on effects update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Jun 9, 2024
1 parent d5f525a commit 9dd3d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/tasks/effects_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use tokio::time::MissedTickBehavior;
use crate::ps_move::controller::PsMoveController;
use crate::spawn_tasks::InitialLedState;

pub const INTERVAL_DURATION: Duration = Duration::from_millis(1);
pub const INTERVAL_DURATION: Duration = Duration::from_millis(10);

pub async fn run(
controllers: Arc<Mutex<Vec<PsMoveController>>>,
Expand Down

0 comments on commit 9dd3d46

Please sign in to comment.