Skip to content

Commit

Permalink
fix(download) (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Jan 31, 2019
1 parent cba05e3 commit 0f15898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreMetadata/CoreMetadataHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CoreMetadataHeader extends Component {
const canDownload = canUserDownload(user, projectAvail, projectId);
let downloadButton = null;
if (canDownload) {
const downloadLink = `/user/data/download/${this.props.metadata.object_id}?expires_in=10&redirect`;
const downloadLink = `/user/data/download/${this.props.metadata.object_id}?expires_in=900&redirect`;

downloadButton = (
<a href={downloadLink}>
Expand Down

0 comments on commit 0f15898

Please sign in to comment.