Skip to content

Commit

Permalink
add README instructions for the timeout variable
Browse files Browse the repository at this point in the history
  • Loading branch information
uchouhan committed Nov 8, 2024
1 parent d88ea1a commit 1b13ac4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ The following settings are available for configuration via environment variables
- ``TAILSCALE_SHIELDS_UP"`` - Block incoming connections from other devices on your Tailscale
network. Useful for personal devices that only make outgoing connections. Defaults to off.
- ``TAILSCALED_VERBOSE`` - Controls verbosity for the tailscaled command. Defaults to 0.
- ``TAILSCALE_TIMEOUT`` - Maximum amount of time to wait for the Tailscale service to initialize.
The duration can be any value parseable by time.ParseDuration(). Defaults to 0s, which blocks
forever. Heroku will timeout after its boot timeout is reached (60s by default) and the dyno
will crash if the value of this variable is greater.

The following settings are for the compile process for the buildpack. If you change these, you must
trigger a new build to see the change. Simply changing the environment variables in Heroku will not
Expand Down

0 comments on commit 1b13ac4

Please sign in to comment.