node-red-web-nodes
node-red-web-nodes copied to clipboard
dropbox watch node - check interval
Hi!
The default watch node check interval is 10 minutes, which is a bit long for e.g. test and dev, so I looked into the code and found the node had a checkInterval property, which I made available in the node UI.
I think it would be handy to make this available in general for the watch node :-)
Cheers -jo
Fancy making this into a PR ?
Sure could try. How sofisticated should the input field for the interval be? Right now I have a simple text field, with label for number of seconds...
well - if being simple then I would say start with minutes - defaulting to 10.