Skip to content

Commit f24c226

Browse files
Fix configuration error
1 parent dee36e6 commit f24c226

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

core/controller/src/main/resources/reference.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ whisk {
3131
timeout-addon = 1m
3232

3333
fpc {
34-
use-perMin-throttles = false
34+
use-per-min-throttles = false
3535
}
3636
}
3737
controller {

tests/src/test/resources/application.conf.j2

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ whisk {
6363
}
6464
}
6565

66-
loadbalancer {
67-
fpc {
68-
use-perMin-throttles = false
69-
}
70-
}
71-
7266
cosmosdb {
7367
endpoint = ${?COSMOSDB_ENDPOINT}
7468
key = ${?COSMOSDB_KEY}

0 commit comments

Comments
 (0)