Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Increasing Azure App Function Timeout to 12 Hours (#3599)
Browse files Browse the repository at this point in the history
* add

* Set function timeout to 12 hours.
  • Loading branch information
nharper285 committed Oct 26, 2023
1 parent 957f1fb commit 0390822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ApiService/ApiService/host.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "2.0",
"functionTimeout": "12:00:00",
"logging": {
"applicationInsights": {
"samplingSettings": {
Expand Down

0 comments on commit 0390822

Please sign in to comment.