-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the session init more asynchronous
The session init phase can take significant time. This would cause a backlog in the session supervisor when many sessions where started at once. This becomes visible as a significant grows of the mailbox of the supervisor process. Also increase the outstanding requests limit for the rate limit test. The inproved startup time also means the traffic in that test will be much more bursty and will run into that limit.
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters