Skip to content

Commit

Permalink
SUITEDEV-4722 Reduce clockSkew to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
tt1991 committed Dec 10, 2015
1 parent cdf69ba commit 3d6f846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/escher/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(credential_scope, options = {})
@current_time = options[:current_time] || Time.now
@auth_header_name = options[:auth_header_name] || 'X-Escher-Auth'
@date_header_name = options[:date_header_name] || 'X-Escher-Date'
@clock_skew = options[:clock_skew] || 900
@clock_skew = options[:clock_skew] || 300
@algo = create_algo
@algo_id = @algo_prefix + '-HMAC-' + @hash_algo
end
Expand Down

0 comments on commit 3d6f846

Please sign in to comment.