Skip to content

Commit 9dd3d46

Browse files
committed
chore: increase delay on effects update
1 parent d5f525a commit 9dd3d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/tasks/effects_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use tokio::time::MissedTickBehavior;
99
use crate::ps_move::controller::PsMoveController;
1010
use crate::spawn_tasks::InitialLedState;
1111

12-
pub const INTERVAL_DURATION: Duration = Duration::from_millis(1);
12+
pub const INTERVAL_DURATION: Duration = Duration::from_millis(10);
1313

1414
pub async fn run(
1515
controllers: Arc<Mutex<Vec<PsMoveController>>>,

0 commit comments

Comments
 (0)