From 3a196915916b015b3cc8542a0430a2743f012d12 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 17 Sep 2026 21:46:49 +0200 Subject: [PATCH] Remove debug config value --- config/perceptron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/perceptron.php b/config/perceptron.php index f7483db..6ecf2e7 100644 --- a/config/perceptron.php +++ b/config/perceptron.php @@ -22,7 +22,7 @@ return [ /** * Minimum time between training progress broadcasts, in milliseconds. */ - 'broadcast_minimum_interval_ms' => 0, + 'broadcast_minimum_interval_ms' => 100, /** * Maximum number of weights for which all iteration weights are broadcast