0👍
My colleague figured out that it was pooling connection kept open when we should have been closing it.
Changed configuration to:
host: example.host
authMethod: 'PLAIN'
auth:
user: 'username'
pass: 'pass'
and killed pooling since the amount of email is limited.
- [Vuejs]-Using <Content> tag with pageKey does not work in VuePress 1.x
- [Vuejs]-How to disable v-model input in Vue from mutating
Source:stackexchange.com