Skip to content

Commit f99670d

Browse files
authored
Merge pull request #73350 from qingflin/patch-2
Update how-to-mitigate-latency.md
2 parents c96d1cb + ad7f262 commit f99670d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Face/Face-API-How-to-Topics/how-to-mitigate-latency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If your computer has a slow connection to the Face service, that will impact the
8181
Mitigations:
8282
- When you create your Face subscription, make sure to choose the region closest to where your application is hosted.
8383
- If you need to call multiple service methods, consider calling them in parallel if your application design allows for it. See the previous section for an example.
84-
- If longer latencies impact the user experience, choose a timeout threshold (e.g. maximum 5s) before retrying the API call
84+
- If longer latencies impact the user experience, choose a timeout threshold (e.g. maximum 5s) before retrying the API call.
8585

8686
## Next steps
8787

0 commit comments

Comments
 (0)