This repository has been archived by the owner on Feb 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase ThreadPool thread count maximum to 50
- Loading branch information
Stanislav Zubov
authored and
Stanislav Zubov
committed
Nov 10, 2015
1 parent
729bdfe
commit cd4eacd
Showing
5 changed files
with
16 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,4 +71,6 @@ class Config(object): | |
SELENIUM_PORT = 4455 | ||
VMMASTER_AGENT_PORT = 9000 | ||
|
||
THREAD_POOL_MAX = 100 | ||
|
||
LOG_LEVEL = "INFO" |
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 |
---|---|---|
|
@@ -61,4 +61,6 @@ class Config(object): | |
SELENIUM_PORT = 4455 | ||
VMMASTER_AGENT_PORT = 9000 | ||
|
||
THREAD_POOL_MAX = 100 | ||
|
||
LOG_LEVEL = "INFO" |
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 |
---|---|---|
|
@@ -58,4 +58,6 @@ class Config(object): | |
SELENIUM_PORT = 4455 | ||
VMMASTER_AGENT_PORT = 9000 | ||
|
||
THREAD_POOL_MAX = 100 | ||
|
||
LOG_LEVEL = "INFO" |
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 |
---|---|---|
|
@@ -59,4 +59,6 @@ class Config(object): | |
SELENIUM_PORT = 4455 | ||
VMMASTER_AGENT_PORT = 9000 | ||
|
||
THREAD_POOL_MAX = 100 | ||
|
||
LOG_LEVEL = "INFO" |
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