HYPNOTOAD_REV ?
#1893
Replies: 1 comment 3 replies
-
|
The restart happens to make sure the application works with the hot deployment feature. It's a test. Do not use undocumented environment variables. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone explain why the application is re-launched when Hypnotoad is launched?
Judging by the code, the variable $ ENV {HYPNOTOAD_REV} is being reinstalled.
How safe will it be to run the application with the preset parameter $ ENV {HYPNOTOAD_REV} = 1; ?
like this:
$ENV { HYPNOTOAD_REV } = 1;Beta Was this translation helpful? Give feedback.
All reactions