Skip to content

Commit

Permalink
Increase ttl (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-shipley authored Jun 9, 2024
1 parent 5bcb74a commit 31f9d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/service-bus/deploy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config = {
},
{
name: 'ps-report-export',
defaultMessageTimeToLive: sixHours,
defaultMessageTimeToLive: oneDay,
maxSizeInMegabytes: {}.hasOwnProperty.call(process.env, 'SERVICE_BUS_QUEUE_MAX_SIZE_MEGABYTES_PS_REPORT_EXPORT') ? parseInt(process.env.SERVICE_BUS_QUEUE_MAX_SIZE_MEGABYTES_PS_REPORT_EXPORT, 10) : eightyGigabytes
},
{
Expand Down

0 comments on commit 31f9d54

Please sign in to comment.