Skip to content

Commit 1af1c37

Browse files
authored
Merge pull request #87 from arash16/patch-1
override timeout settings of ws connections
2 parents 1ac77cf + 014d22f commit 1af1c37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function (mixinOptions) {
3030
const serviceSchema = {
3131
actions: {
3232
ws: {
33+
timeout: 0,
3334
visibility: "private",
3435
tracing: {
3536
tags: {

0 commit comments

Comments
 (0)