Fix timeout in mrc client and connector to avoid endless loop issue
1 unresolved thread
1 unresolved thread
The mrc client would terminate after being idle for the time specified in JavaScriptTimeLimit in sbbs.ini. The change disabled the time limit in both the client and the service so neither of them should complain and exit due to an endless loop.
Merge request reports
Activity
assigned to @rswindell
13 13 load('inputline.js'); 14 14 load(js.startup_dir + 'mrc-session.js'); 15 15 16 var js.time_limit=0; changed this line in version 2 of the diff
enabled an automatic merge when the pipeline for fe87877c succeeds
mentioned in commit 6eb7c9f4
mentioned in commit 2f93c797
Please register or sign in to reply