VRFS-743: changed perf data link timeout to 25 years
This commit is contained in:
parent
f193e3f325
commit
f9068c63e4
|
|
@ -200,7 +200,7 @@ class ApiMusicSessionsController < ApiController
|
|||
bucket = s3.buckets[SampleApp::Application.config.aws_bucket]
|
||||
|
||||
read_url = bucket.objects[uri].url_for(:read,
|
||||
:expires => Time.now + 90.days,
|
||||
:expires => Time.now + 25.years,
|
||||
:'response_content_type' => 'text/csv').to_s
|
||||
@perfdata.update_attribute(:uri, read_url)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue