Merge pull request #5422 from sfc-gh-xwang/master

fix spelling error
This commit is contained in:
Jingyu Zhou 2021-08-19 15:48:27 -07:00 committed by GitHub
commit 32142bdec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -75,10 +75,10 @@ Performance issues:
- When waiting for a number of things, wait a little extra time to get
the stragglers. (See the SmartQuorum() generic actor)
- If asking another asynch server to do units of work, don't queue up more
- If asking another asynchronous server to do units of work, don't queue up more
work than is necessary to keep the server busy. Likewise, if you are
busy, let your own work queue fill up to signal your requestor
busy, let your own work queue fill up to signal your requester
that you are blocked. Also do this personally with managers assigning
you stuff.
- Pass all variables as "const &" if thier size is greater than 8 bytes.
- Pass all variables as "const &" if their size is greater than 8 bytes.