|
@@ -31,7 +31,7 @@ type RestApiRequestNode struct {
|
|
}
|
|
}
|
|
|
|
|
|
func (r *RestApiRequestNode) Init(ctx ruleEngine.Context, config string) error {
|
|
func (r *RestApiRequestNode) Init(ctx ruleEngine.Context, config string) error {
|
|
- r.pool = grpool.New(10)
|
|
|
|
|
|
+ r.pool = grpool.New(500)
|
|
if config == "" {
|
|
if config == "" {
|
|
r.config = &RestApiRequestNodeConfig{
|
|
r.config = &RestApiRequestNodeConfig{
|
|
Url: "http://localhost:8899/test",
|
|
Url: "http://localhost:8899/test",
|