You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #1758 the nREPL message logging is pretty slow (especially when big data structures are involved) and enabling logging causes constant freezes.
To alleviate the problem logging was disabled by default, but we still need to analyze and optimize the problematic code (nrepl--pp seems to be the main culprit here).