fix: add comma consumption between positional WS args in mixer handlers
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
/* whether to lock a process pages into memroy. should be true unless running on a very memory constrained system.
|
||||
Setting to false will cause unpredictable audio dropouts.
|
||||
*/
|
||||
"mlock": true,
|
||||
"mlock": false,
|
||||
|
||||
/* Address on which Piddle listens for websocket connections */
|
||||
"socketServerAddress": "0.0.0.0:8080",
|
||||
|
||||
Reference in New Issue
Block a user