Skip to content

Commit ffcd25b

Browse files
Peter KovecsesPeter Kovecses
authored andcommitted
Uncomment the configuration resilience section
1 parent 7cffba9 commit ffcd25b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BookStore.Proxy/appsettings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010
]
1111
},
12-
//"HttpResilience": {
13-
// "MaxRetryAttempts": 5,
14-
// "RetryDelay": "00:00:02",
15-
// "AttemptTimeout": "00:00:05",
16-
// "TotalRequestTimeout": "00:00:15"
17-
//},
12+
"HttpResilience": {
13+
"MaxRetryAttempts": 5,
14+
"RetryDelay": "00:00:02",
15+
"AttemptTimeout": "00:00:05",
16+
"TotalRequestTimeout": "00:00:15"
17+
},
1818
"AllowedHosts": "*"
1919
}

0 commit comments

Comments
 (0)