Hi everyone, if someone has used the node-red-contrib-msg-queue I have a doubt:
The queue is stored in a SQLITE Database which is installed locally on the device that is running the Node Red. This node stores automatically the data when there's no connection and when there's connection the data is sent and automatically deleted from the SQLITE data base, I have noticed that the file of the data base obviously increases its size when the data is stored.
So my question is: the maximum size that the file of the data base can reach depends on how much free space is in the device or there's a specific limit?
I'm thinking that the only way to know this is by trying to fill the sd card and see what happens but I'm not sure