Skip to content
Snippets Groups Projects

Fix timeout in mrc client and connector to avoid endless loop issue

Merged Nigel Reed requested to merge mrc_fix_endless_loop_issue into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13 load('inputline.js');
14 14 load(js.startup_dir + 'mrc-session.js');
15 15
16 var js.time_limit=0;
  • Nigel Reed added 1 commit

    added 1 commit

    Compare with previous version

  • Rob Swindell enabled an automatic merge when the pipeline for fe87877c succeeds

    enabled an automatic merge when the pipeline for fe87877c succeeds

  • merged

  • Rob Swindell mentioned in commit 6eb7c9f4

    mentioned in commit 6eb7c9f4

  • Rob Swindell mentioned in commit 2f93c797

    mentioned in commit 2f93c797

  • Please register or sign in to reply
    Loading