Skip to content

Commit

Permalink
updated config with better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-jones committed Sep 22, 2014
1 parent 233f521 commit 9634cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centinel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def __init__(self,):
'login')
# the entire transaction should take less than 5 min
servers['total_timeout'] = 60*5
# each request should timeout if we go 15 seconds without
# hearing from the other party
# set a socket timeout of 15 seconds (no way to do per request
# platform independently)
servers['req_timeout'] = 15
self.params['server'] = servers

Expand Down

0 comments on commit 9634cec

Please sign in to comment.