coussej / node-opcua-logger

An OPCUA Client for logging data to InfluxDB! 🔌 🏭
https://www.factry.io
MIT License
179 stars 63 forks source link

_queue size #45

Open alexmc1510 opened 4 years ago

alexmc1510 commented 4 years ago

Hello,

I am using this software for a bit of time and I am suffering some computer stuck ramdonly. I have discovered that folder _queue is enormous and has a lot of files. Just to investigate I would like to know why number of files doesn't stop to grow and if it would be possible to limit it.

Thanks in advance.

coussej commented 4 years ago

It currently grows unlimited. This folder contains the data buffer during the time there is no connection to influxDB. If it is huge, that means you have no database connection since a long time?