Subj : Fix timeout in mrc client and connector to avoid endless loop issue To : GitLab note in main/sbbs From : Rob Swindell Date : Fri Sep 01 2023 09:22 am https://gitlab.synchro.net/main/sbbs/-/merge_requests/324#note_3858 'var' is used to declare a new variable in JS. Since 'js' is already defined (and time_limit is a property of 'js'), I don't expect this line would actually work. When I try to execute this line, I get an error: `SyntaxError: missing ; before statement` .