Skip to content

Instantly share code, notes, and snippets.

@auxesis
Created June 8, 2023 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auxesis/92e94092244f2e39665e5830bfa8bba0 to your computer and use it in GitHub Desktop.
Save auxesis/92e94092244f2e39665e5830bfa8bba0 to your computer and use it in GitHub Desktop.
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