Reduce max points

This commit is contained in:
Etienne Chassaing 2025-08-20 14:25:11 +02:00
parent 868aa81c78
commit f9422fd210

View File

@ -65,7 +65,7 @@
<script> <script>
const time0 = [new Date()]; const time0 = [new Date()];
const zero = [0]; const zero = [0];
const maxPoints = 200; const maxPoints = 100;
const puList = ['PU_1', 'PU_2', 'PU_3']; const puList = ['PU_1', 'PU_2', 'PU_3'];
const windowMs = 30 * 1000; // 30 seconds const windowMs = 30 * 1000; // 30 seconds