Skip to content

Commit 3b16225

Browse files
fix: docker support on koyeb (hopefully)
1 parent 0ba4c27 commit 3b16225

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/server.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ const wisp = new Mrrowisp({
114114
},
115115
});
116116

117-
wisp.start(2);
117+
// Modify for parallel instances
118+
wisp.start(1);
118119

119120
// The server will check for the existence of this file when a shutdown is requested.
120121
// The shutdown script in run-command.js will temporarily produce this file.

0 commit comments

Comments
 (0)