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:
dbb12345
2022-09-23 08:39:13 +03:00
committed by GitHub
parent 51485fcc4d
commit 76d0e32ad8
2 changed files with 2 additions and 2 deletions
@@ -115,7 +115,7 @@ questions:
label: "Player idle timeout"
schema:
type: int
min: 1
min: 0
required: true
default: 30
- variable: MAX_THREADS