Skip to content

Commit

Permalink
fix(hubble): remove debugging output to speed up the frontend constru…
Browse files Browse the repository at this point in the history
…ction (#638)
  • Loading branch information
FrostyHec authored Nov 6, 2024
1 parent 090600a commit 5a12fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugegraph-hubble/hubble-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install --network-timeout 600000 --verbose --network-concurrency 1</arguments>
<arguments>install --network-timeout 600000</arguments>
</configuration>
</execution>

Expand Down

0 comments on commit 5a12fa9

Please sign in to comment.