We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f525a commit 9dd3d46Copy full SHA for 9dd3d46
server/src/tasks/effects_update.rs
@@ -9,7 +9,7 @@ use tokio::time::MissedTickBehavior;
9
use crate::ps_move::controller::PsMoveController;
10
use crate::spawn_tasks::InitialLedState;
11
12
-pub const INTERVAL_DURATION: Duration = Duration::from_millis(1);
+pub const INTERVAL_DURATION: Duration = Duration::from_millis(10);
13
14
pub async fn run(
15
controllers: Arc<Mutex<Vec<PsMoveController>>>,
0 commit comments