diff --git a/README.md b/README.md index 6bbf509f..24fb7786 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ On Kubernetes runtimes, `keepAliveTraffic` is an enforcement rule for job proced For Minecraft coldstarter scrolls, attach `keepAliveTraffic` to the real runtime procedure's `main` expected port. Do not attach it to the coldstarter procedure; the standby listener must remain available while idle. -Minecraft scrolls should use `10kb/5m` on the real runtime `main` port. Server-list pings are small and should not keep a runtime warm; active clients generate recurring keep-alive/play traffic and should keep the runtime alive. +Minecraft scrolls should use `1mb/5m` on the real runtime `main` port. Server-list pings are small and should not keep a runtime warm; active clients generate recurring keep-alive/play traffic and should keep the runtime alive. diff --git a/scrolls/minecraft/cuberite/latest/scroll.yaml b/scrolls/minecraft/cuberite/latest/scroll.yaml index f85e8cd9..dc7293d2 100644 --- a/scrolls/minecraft/cuberite/latest/scroll.yaml +++ b/scrolls/minecraft/cuberite/latest/scroll.yaml @@ -19,7 +19,7 @@ commands: image: artifacts.druid.gg/druid-team/druid:v0.1.249 expectedPorts: - name: main - keepAliveTraffic: 10kb/5m + keepAliveTraffic: 1mb/5m - name: webpanel mounts: - path: "/runtime" @@ -41,9 +41,9 @@ commands: id: start expectedPorts: - name: main - keepAliveTraffic: 10kb/5m + keepAliveTraffic: 1mb/5m - name: webpanel - keepAliveTraffic: 10kb/5m + keepAliveTraffic: 1mb/5m stop: procedures: - type: signal