Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2012 11:14
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 anonymous/4406239 to your computer and use it in GitHub Desktop.
Save anonymous/4406239 to your computer and use it in GitHub Desktop.
Mojo Environment Variables
# Mojo Environment Variables
Name Module_affected Default_Value
MOJO_MAX_MESSAGE_SIZE http-parser 5MB
MOJO_MAX_LINE_SIZE http-parser 10KB
MOJO_MAX_BUFFER_SIZE http-parser 256KB
MOJO_REACTOR io-loop various
MOJO_NO_IPV6 useragent ?
MOJO_NO_TLS useragent ?
MOJO_CA_FILE useragent Path to TLS CA file
MOJO_CERT_FILE useragent path to cert file
MOJO_CONNECT_TIMEOUT useragent 10sec
MOJO_INACTIVITY_TIMEOUT useragent 20sec
MOJO_KEY_FILE useragent path to TLS key file
MOJO_MAX_REDIRECTS useragent 0
MOJO_REQUEST_TIMEOUT useragent 0
MOJO_USERAGENT_DEBUG useragent 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment