Disable the BlockedThreadChecker #2140
Answered
by
msavy
shachindrasingh
asked this question in
Q&A
-
how can we disable this option .. after one request this will block another request for some time , |
Beta Was this translation helpful? Give feedback.
Answered by
msavy
Jun 27, 2022
Replies: 1 comment 2 replies
-
Hi Disabling the BlockedThreadChecker message will not actually prevent the blocking problem. You need to identify which custom functionality is causing the event loop's thread to be blocked. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
msavy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Disabling the BlockedThreadChecker message will not actually prevent the blocking problem.
You need to identify which custom functionality is causing the event loop's thread to be blocked.