Skip to content

Commit

Permalink
Added configuration of timeouts in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidakram committed Jun 7, 2015
1 parent b6b9576 commit c2f6466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Expedia.shared_secret = 'your_shared_secret'
Expedia.locale = 'en_US'
Expedia.currency_code = 'USD'
Expedia.minor_rev = 13
# Optional configuration...
Expedia.timeout = 1 # read timeout in sec
Expedia.open_timeout = 1 # connection timeout in sec
</pre>

Or you can execute the following command to create an intializer (if you are using rails)
Expand Down

0 comments on commit c2f6466

Please sign in to comment.