Created
June 8, 2023 06:53
-
-
Save auxesis/92e94092244f2e39665e5830bfa8bba0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
160 # you probably want to just uncomment these lines when you are debugging — Lindsay | |
161 #passenger_env_var CS_PROTECT_DEBUG yes; | |
162 #passenger_env_var RUST_LOG trace,hyper=trace; | |
163 | |
164 #passenger_env_var CS_STATIC_RUNTIME_CACHE true; | |
165 #passenger_env_var CS_RUNTIME_CURRENT_THREAD true; | |
166 #passenger_env_var TOKIO_WORKER_THREADS 2048; | |
167 #passenger_env_var CS_PASSTHROUGH true; | |
168 #passenger_spawn_method direct; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment