From 5a12fa93321f757bb93e34dbb14440f774249d24 Mon Sep 17 00:00:00 2001 From: Forster <112929809+FrostyHec@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:29:15 +0800 Subject: [PATCH] fix(hubble): remove debugging output to speed up the frontend construction (#638) --- hugegraph-hubble/hubble-dist/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-hubble/hubble-dist/pom.xml b/hugegraph-hubble/hubble-dist/pom.xml index c842e3a69..66335e06f 100644 --- a/hugegraph-hubble/hubble-dist/pom.xml +++ b/hugegraph-hubble/hubble-dist/pom.xml @@ -100,7 +100,7 @@ yarn - install --network-timeout 600000 --verbose --network-concurrency 1 + install --network-timeout 600000