This commit is contained in:
number571 2024-11-28 08:14:30 +07:00
parent dbfb6424e3
commit e8c08f8d95
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ func NewQBProblemProcessor(pSettings ISettings, pClient client.IClient) IQBProbl
fClient: pClient,
fMainPool: &sMainPool{
fQueue: make(chan net_message.IMessage, queuePoolCap[0]*consumersCap),
fConsumers: make(map[string]uint64, 64),
fConsumers: make(map[string]uint64, 128),
fRawQueue: func() map[uint64]chan []byte {
m := make(map[uint64]chan []byte, consumersCap)
for i := uint64(0); i < consumersCap; i++ {

View File

@ -336,7 +336,7 @@
<g>
<rect x="432.286791" y="447.465075" width="133.299704" height="99.425929" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="432.286791" y="447.465075" width="133.299704" height="99.425929" style="fill: rgb(5, 117, 62);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -368,7 +368,7 @@
<g>
<rect x="293.757669" y="84.800000" width="271.828826" height="205.879403" style="fill: rgb(11, 128, 67);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="293.757669" y="84.800000" width="271.828826" height="205.879403" style="fill: rgb(9, 124, 66);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -645,7 +645,7 @@
<g>
<rect x="440.286791" y="469.065075" width="85.079780" height="69.825929" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="440.286791" y="469.065075" width="85.079780" height="69.825929" style="fill: rgb(8, 122, 64);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB