mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +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([
|
||||
"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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue