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
NPC system roughly uses 3% of cpu (7700k). But it unnecessarely creates new promises to allowing io operations to operate. Maybe we might need to implement worker_threads to handle npc actions.