Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Mar 25, 2022
1 parent e16211f commit f4c1cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Network/PersistedRequestsQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function flush() {
return;
}

// NETWORK_REQUEST_QUEUE is shared across clients, thus every client/tab will have a copy
// ONYXKEYS.PERSISTED_REQUESTS is shared across clients, thus every client/tab will have a copy
// It is very important to only process the queue from leader client otherwise requests will be duplicated.
if (!ActiveClientManager.isClientTheLeader()) {
return;
Expand Down

0 comments on commit f4c1cb2

Please sign in to comment.