You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to speed up the startup of container applications
by not MustCompiling in init but waiting until first use of application.
While this will only speed up start by a couple of microseconds, the
more we get rid of the faster the apps will start.
Signed-off-by: Daniel J Walsh <[email protected]>
0 commit comments