Remove a sleep, reduce startup time a little

This commit is contained in:
Cyber MacGeddon 2025-01-02 16:32:49 +00:00
parent f83536ef06
commit 078a8cf6ba

View file

@ -63,7 +63,7 @@ local url = import "values/url.jsonnet";
.with_command([
"bash",
"-c",
"sleep 5; bin/apply-config-from-env.py conf/bookkeeper.conf && exec bin/pulsar bookie"
"bin/apply-config-from-env.py conf/bookkeeper.conf && exec bin/pulsar bookie"
// false ^ causes this to be a 'failure' exit.
])
.with_limits("1", "800M")