mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-12 23:08:26 -05:00
fix(PubSub): set max listeners to Infinity
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const { PubSub } = require('graphql-subscriptions')
|
||||
|
||||
const pubsub = new PubSub()
|
||||
pubsub.ee.setMaxListeners(0)
|
||||
pubsub.ee.setMaxListeners(Infinity)
|
||||
module.exports = pubsub
|
||||
|
||||
Reference in New Issue
Block a user