Replies: 3 comments 2 replies
-
I am also interested in a solution to deactivate the automatic live reload via configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’m on my phone so can’t check easily but IIRC we have ˋquarkus.live-reload.enabled`. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Any other ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I've performance problem with Live reload functionality.
My project contains approx 3k classes and when I invoke simply enpoint I must wait about 1.5-2 seconds. This long time is due to Live reload. I checked quarkus code and I found that I can disable this functionality by Console with 'l' command.
It is not acceptable for me. I would like to have Live reload disabled by default.
Could you help and give me some hints?
Can I force launch io.quarkus.deployment.dev.RuntimeUpdatesProcessor#toggleLiveReloadEnabled in some way?
eg with
public void init(@observes StartupEvent event)
or something like this? extend configuration? whatever?
Of course the best solution is allow to configure RuntimeUpdatesProcessor.liveReloadEnabled within application.properties but some workaround for now will be enough.
Thanks for any responses.
Regards :)
Michal
Beta Was this translation helpful? Give feedback.
All reactions