mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Remove a sleep, reduce startup time a little
This commit is contained in:
parent
f83536ef06
commit
078a8cf6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ local url = import "values/url.jsonnet";
|
||||||
.with_command([
|
.with_command([
|
||||||
"bash",
|
"bash",
|
||||||
"-c",
|
"-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.
|
// false ^ causes this to be a 'failure' exit.
|
||||||
])
|
])
|
||||||
.with_limits("1", "800M")
|
.with_limits("1", "800M")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue