Increase timeout value before considering a slave node dead

Hello;

Under GVM-20.08 latest release, in case gvmd cannot contact a slave node on which a task is running, it will automatically put the task in “Stopped” mode. This is fine, but to my experience this is happening too fast. There should be a timeout or something,to prevent gvmd from cutting task in case of very short network issues.

Is there any way to tune this ? Perhaps with increasing the value of --client-watch-interval ?

Having said that release 20.08 is much more stable and fast than gvm-11 and prior when it comes to master / slave setup :slight_smile:

Just to add to this this is the same bug occuring with gvm-11; already created on github: gvmd #1188