Skip to content

Commit 88d7ef6

Browse files
committed
Paragraph out of place.
1 parent ea05bd7 commit 88d7ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/FAQ/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ Most of the examples show just a single Adobe user group or PC, but the mapping
7676
No, User sync handles throttling and retries so that throttling may slow
7777
down the overall user sync process, but there is no problem caused by throttling
7878
and user sync will properly complete all operations.
79+
80+
The Adobe systems protect themselves from overload by tracking the incoming
81+
request volume. If this is starting to exceed limits, then requests return
82+
a "retry-after" header indicating when capacity will be available again. User sync honors these headers and waits for the requested amount of time before retrying. More information, including code samples, can be found in the [User Management API documentation](https://www.adobe.io/apis/cloudplatform/usermanagement/docs/throttling.html).
7983

8084
### Is there a local list of users created/updated (on the user sync side) in order to reduce Adobe server calls?
8185

8286
No, User sync always queries the Adobe user management systems to get
8387
current information when it is run.
84-
85-
The Adobe systems protect themselves from overload by tracking the incoming
86-
request volume. If this is starting to exceed limits, then requests return
87-
a "retry-after" header indicating when capacity will be available again. User sync honors these headers and waits for the requested amount of time before retrying. More information, including code samples, can be found in the [User Management API documentation](https://www.adobe.io/apis/cloudplatform/usermanagement/docs/throttling.html).
8888

8989
### Is the user sync tool limited to federated Ids or can any type of ID can be created?
9090

0 commit comments

Comments
 (0)