Skip to content

Commit

Permalink
Merge pull request apache#2 from apache/develop
Browse files Browse the repository at this point in the history
20210524Merge
  • Loading branch information
alchemy-lee authored May 24, 2021
2 parents 5b39bfe + a5c63d3 commit 33a2489
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<tr>
<td align="center" valign="middle">
<a href="http://alexstocks.github.io/html/dubbogo.html" target="_blank">
<img width="350px" height="450px" src="./docs/images/pixiu-log.jpg">
<img width="513px" height="513px" src="./docs/images/pixiu-log.png">
</a>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<tr>
<td align="center" valign="middle">
<a href="http://alexstocks.github.io/html/dubbogo.html" target="_blank">
<img width="350px" height="450px" src="./docs/images/pixiu-log.jpg">
<img width="513px" height="513px" src="./docs/images/pixiu-log.png">
</a>
</td>
</tr>
Expand Down
Binary file removed docs/images/pixiu-log.jpg
Binary file not shown.
Binary file added docs/images/pixiu-log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions pkg/client/dubbo/dubbo.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ func NewDubboClient() *Client {

// Init init dubbo, config mapping can do here
func (dc *Client) Init() error {
dc.GenericServicePool = make(map[string]*dg.GenericService, 4)

cls := config.GetBootstrap().StaticResources.Clusters

// dubbogo comsumer config
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/extension/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/dubbogo/dubbo-go-pixiu-filter/pkg/context"
)

var filterFuncCacheMap = make(map[string]func(ctx context.Context), 4)
var filterFuncCacheMap = make(map[string]func(ctx context.Context), 8)

// SetFilterFunc will store the @filter and @name
func SetFilterFunc(name string, filter context.FilterFunc) {
Expand Down

0 comments on commit 33a2489

Please sign in to comment.