Skip to content

Commit

Permalink
ζ›΄ζ–°0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjinhub committed Apr 15, 2020
1 parent 4feac19 commit 6ca1cbd
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 29 deletions.
6 changes: 6 additions & 0 deletions admin/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
<div class="tab-content">
<div class="tab-pane fade in active" id="home-2">
<div class="timeline-2">
<div class="time-item">
<div class="item-info">
<small class="text-muted">2020-04-15</small>
<p>发布 v0.6.1 η‰ˆζœ¬</p>
</div>
</div>
<div class="time-item">
<div class="item-info">
<small class="text-muted">2020-04-13</small>
Expand Down
2 changes: 1 addition & 1 deletion core/rpc/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func Start(addr string) {
log.Pr("RPC", "127.0.0.1", "RPC Server η›‘ε¬εœ°ε€ε€±θ΄₯", err)
}

wg, poolX := pool.New(10)
wg, poolX := pool.New(500)
defer poolX.Release()

for {
Expand Down
Binary file added db/hfish.dbx
Binary file not shown.
Loading

0 comments on commit 6ca1cbd

Please sign in to comment.