Skip to content

Commit dde791e

Browse files
committed
Add missing host.json values
1 parent 16333c1 commit dde791e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/functions-host-json-durabletask.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Configuration settings for [Durable Functions](../articles/azure-functions/durab
7575
}
7676
},
7777
"maxConcurrentActivityFunctions": 10,
78-
"maxConcurrentOrchestratorFunctions": 10
78+
"maxConcurrentOrchestratorFunctions": 10,
79+
"extendedSessionsEnabled": false,
80+
"extendedSessionIdleTimeoutInSeconds": 30
7981
}
8082
}
8183
```

0 commit comments

Comments
 (0)