Skip to content

Commit

Permalink
Increase maxAutoRenewDuration to align with functionTimeout (#2810)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-shipley authored Jun 9, 2024
1 parent 2715e93 commit 5bcb74a
Showing 1 changed file with 1 addition and 1 deletion.
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": "06:00:00"
"maxAutoRenewDuration": "23:00:00"
},
"sessionHandlerOptions": {
"autoComplete": false,
Expand Down

0 comments on commit 5bcb74a

Please sign in to comment.