Issue #3101 - fixes high CPU load in hack/local-up-cluster.sh when there is no standard input defined
This commit is contained in:
@@ -160,4 +160,4 @@ cleanup()
|
|||||||
|
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
|
||||||
while true; do read x; done
|
while true; do sleep 1; done
|
||||||
|
Reference in New Issue
Block a user