mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix comment
This commit is contained in:
parent
b74b1d40fe
commit
159b8276e0
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ export const exportJob = async (jobData: ExportJobData) => {
|
|||
// generate a temporary signed url for the zip file
|
||||
const [signedUrl] = await file.getSignedUrl({
|
||||
action: 'read',
|
||||
expires: Date.now() + 48 * 60 * 60 * 1000, // 24 hours
|
||||
expires: Date.now() + 48 * 60 * 60 * 1000, // 48 hours
|
||||
})
|
||||
|
||||
logger.info('signed url for export:', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue