summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 9ffc14cf7..bf124164a 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -589,7 +589,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
sockaddr_in sock_us; // our port number
socklen_t uslen; // length of our port number
- if (yield_depth > 3)
+ if (yield_depth > 100)
return;
yield_depth++;