Doğan Derya

Results 3 issues of Doğan Derya

Hello guys, Is it possible that hasOne's autoFetch should work only "reverse" calls? ``` javascript var User = require('./User'); var Message = db.define('Message', { id: {type: 'serial', key: true}, subject:...

- [x] Basic implementation - [ ] Use frames property

enhancement

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...