Skip to content

Commit

Permalink
update azure_adapter default expires in (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Jun 8, 2023
1 parent 50e500c commit ad109cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/media_storage/azure_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module MediaStorage
class AzureAdapter < AbstractAdapter
attr_reader :url_prefix, :public_container, :private_container, :storage_account_name, :get_expiration, :put_expiration, :client, :signer

DEFAULT_EXPIRES_IN = 3 # time in minutes, see get_expiry_time(expires_in)
DEFAULT_EXPIRES_IN = 5 # time in minutes, see get_expiry_time(expires_in)

def initialize(opts={})
@storage_account_name = opts[:azure_storage_account]
Expand Down

0 comments on commit ad109cb

Please sign in to comment.