fix(minecraft-bedrock): Allow minimum 0 player idle timeout to disable feature on server (#3847)
* Update questions.yaml 0 disables the function Signed-off-by: dbb12345 <52704517+dbb12345@users.noreply.github.com> * Update Chart.yaml version update 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.32
|
version: 1.0.33
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- games
|
- games
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ questions:
|
|||||||
label: "Player idle timeout"
|
label: "Player idle timeout"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
min: 1
|
min: 0
|
||||||
required: true
|
required: true
|
||||||
default: 30
|
default: 30
|
||||||
- variable: MAX_THREADS
|
- variable: MAX_THREADS
|
||||||
|
|||||||
Reference in New Issue
Block a user