Skip to content

Commit b72e3ea

Browse files
committed
reduced minimum integer for max_simultaneous to 1
so that if you dont have compatibilities, the server doesnt crap its pants
1 parent facb5da commit b72e3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/compatibilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"properties": {
55
"max_simultaneous": {
66
"type": "integer",
7-
"minimum": 2
7+
"minimum": 1
88
},
99
"5way": {
1010
"type": "array",

0 commit comments

Comments
 (0)