Commit 0dbdea45 authored by Mark Harding's avatar Mark Harding

(chore): video ttl to 48 hours

1 merge request!330WIP: Resolve "re-index closed channels in the feed"
Pipeline #82915471 running with stages
......@@ -65,6 +65,6 @@ class Manager
return null;
}
return (string) $this->s3->createPresignedRequest($cmd, '+20 minutes')->getUri();
return (string) $this->s3->createPresignedRequest($cmd, '+48 hours')->getUri();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment