Skip to content

Commit

Permalink
Hotfix/64801 increase ps report lock durations (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-shipley authored Jun 8, 2024
1 parent 0d707cb commit 2715e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"watch:integration": "yarn jest --watch --coverage=no --config ./tests-integration/jest.integration.config.js"
},
"mtc": {
"assets-version": "8066100cea64f449580402f1ebd4ae94"
"assets-version": "0e643b584571fcff14c5678866f830eb"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion func-ps-report/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"messageHandlerOptions": {
"autoComplete": true,
"maxConcurrentCalls": 1,
"maxAutoRenewDuration": "00:05:00"
"maxAutoRenewDuration": "06:00:00"
},
"sessionHandlerOptions": {
"autoComplete": false,
Expand Down

0 comments on commit 2715e93

Please sign in to comment.