Skip to content
Snippets Groups Projects
Commit 2527a618 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

decrease "MIN*WAIT"

parent 2143aa8e
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@ var cfg = {
WEBSOCKET_PORT: 9001,
DEFAULT_EXEC_TIMEOUT: 60000, // msec
DEFAULT_EXEC_MAXBUFFER: 50 * 1024 * 1024,
MIN_EXEC_WAIT: 50, // msec // ???
MIN_VXI11_WAIT: 50, // msec
MIN_TCP_WAIT: 250, // msec // ???
MIN_UDP_WAIT: 250, // msec
MIN_MODBUS_WAIT: 250, // msec
MIN_EXEC_WAIT: 10, // msec // ???
MIN_VXI11_WAIT: 10, // msec
MIN_TCP_WAIT: 10, // msec // ???
MIN_UDP_WAIT: 10, // msec
MIN_MODBUS_WAIT: 10, // msec
DEFAULT_TCP_TIMEOUT: 30000, // msec
DEFAULT_UDP_TIMEOUT: 30000, // msec
DEFAULT_SMTP_PORT: 25,
......
......@@ -71,7 +71,7 @@ function repeat(nb, wait, exec, ready, pRef, js, _buf) {
}, wait);
} else {
delete cfg.theRepeats[pRef.jobId];
// Gleich Ende
// Letzter Aufruf ohne Wartezeit
repeat(nb, wait, exec, ready, pRef, js, _buf);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment