Skip to content
Snippets Groups Projects
Commit 174c5e7d authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Turns out we need to disable infinite loop detection after all

parent 629b2c5e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -143,6 +143,7 @@ if (server === undefined) { ...@@ -143,6 +143,7 @@ if (server === undefined) {
Startup(); Startup();
js.do_callbacks = true; js.do_callbacks = true;
js.branch_limit = 0; /* Disable infinite loop detection */
function config_rehash_semaphore_check() { function config_rehash_semaphore_check() {
if(file_date(system.ctrl_dir + "ircd.rehash") > Time_Config_Read) { if(file_date(system.ctrl_dir + "ircd.rehash") > Time_Config_Read) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment