Global Context Settings.js

Hi , is there a way to specify the global context flush interval to near real time using ff device agent , I would like to write to the global context local file in near real time if possible , now by default it sets to 30 seconds , is there a way for me to modify this to near real time ? Thank you

No.

Why do you think this is useful? The context should be flushed to disk when Node-RED exits so you should not lose data under most situations.

It would also impact performance.

What problem are you actually trying to solve?