Skip to content

Commit

Permalink
Document new auth_timeout option in sample minion config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Henry committed Feb 5, 2014
1 parent c04da65 commit 478747b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/minion
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@
# 0 and the defined value.
#random_reauth_delay: 60

# When waiting for a master to accept the minion's public key, salt will
# continuously attempt to reconnect until successful. This is the timeout value,
# in seconds, for each individual attempt. After this timeout expires, the minion
# will wait for acceptance_wait_time seconds before trying again.
# Unless your master is under unusually heavy load, this should be left at the default.
#auth_timeout: 3


# If you don't have any problems with syn-floods, dont bother with the
# three recon_* settings described below, just leave the defaults!
Expand Down

0 comments on commit 478747b

Please sign in to comment.