-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IG-15850: Add connection semaphore per context. (#66)
* Add connection semaphore per context. * Default to no semaphore. * int64 -> int Co-authored-by: Gal Topper <[email protected]>
- Loading branch information
Gal Topper
and
Gal Topper
authored
Jun 2, 2020
1 parent
3bbe8d8
commit 9a94144
Showing
4 changed files
with
21 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ type NewContextInput struct { | |
HTTPClient *fasthttp.Client | ||
NumWorkers int | ||
RequestChanLen int | ||
MaxConns int | ||
} |