[P] Reduce batch size to improve viewing experience
Some checks failed
Component testing / Hub testing (push) Successful in 25s
Component testing / Integration smoke testing (push) Has been cancelled
Component testing / Store testing (push) Has been cancelled

This commit is contained in:
2026-03-25 23:35:24 +02:00
parent 094662f59e
commit 69523a9fd2

View File

@@ -148,7 +148,7 @@ services:
MQTT_BROKER_HOST: "mqtt"
MQTT_BROKER_PORT: 1883
MQTT_TOPIC: "processed_data_topic"
BATCH_SIZE: 20
BATCH_SIZE: 4
ports:
- "9000:8000"
networks: