Skip to content

Commit 61e1f80

Browse files
logging: Remove sleep from datarouter startup command
1 parent c966f74 commit 61e1f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcases/logging/logging.score.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"path": "/bin/sh",
77
"args": [
88
"-c",
9-
"cd /usr/bin/datarouter && ./datarouter --no_adaptive_runtime >/dev/null 2>&1 & sleep 10"
9+
"cd /usr/bin/datarouter && ./datarouter --no_adaptive_runtime >/dev/null 2>&1 &"
1010
],
1111
"env":{}
1212
},

0 commit comments

Comments
 (0)