changed Batch size to 20

reworked method "on_message"
implemented storeApiAdapter
This commit is contained in:
esk4nz
2026-03-06 00:08:08 +02:00
parent ceffcfeac2
commit 24aeb1a19f
3 changed files with 37 additions and 16 deletions

View File

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