(fix)Allows Minecraft to utilize all cores available by allowing 0 as an option (#3863)
* Update Chart.yaml Signed-off-by: dbb12345 <52704517+dbb12345@users.noreply.github.com> * Update questions.yaml Signed-off-by: dbb12345 <52704517+dbb12345@users.noreply.github.com> Signed-off-by: dbb12345 <52704517+dbb12345@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/itzg/docker-minecraft-server
|
- https://github.com/itzg/docker-minecraft-server
|
||||||
- https://hub.docker.com/r/itzg/minecraft-server
|
- https://hub.docker.com/r/itzg/minecraft-server
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.33
|
version: 1.0.34
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ questions:
|
|||||||
label: "Max threads"
|
label: "Max threads"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
min: 1
|
min: 0
|
||||||
required: true
|
required: true
|
||||||
default: 8
|
default: 8
|
||||||
- variable: LEVEL_NAME
|
- variable: LEVEL_NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user