VRFS-743: changed perf data link timeout to 25 years

This commit is contained in:
Jonathan Kolyer 2013-10-07 10:29:21 -05:00
parent f193e3f325
commit f9068c63e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)