Hi,
What is the default values for server.timeout & server.keepAliveTimeout on the microgateway. (is it the node defaults of 2 minutes and 5 seconds respectively?)
Is it possible to change these values from the config file or do you have to change it on the node scripts and where should I change it if it is on the node scripts? I know in Node you can change it with adding a parameter like: server.keepAliveTimeout = 60000.