Use "slots" as name for "number of entries"
parent
c18cf4f0bf
commit
29ea91553d
|
@ -393,7 +393,7 @@ async def run_order_mode(
|
||||||
parent=chart.linked.godwidget,
|
parent=chart.linked.godwidget,
|
||||||
fields={
|
fields={
|
||||||
'**$size**:': 5000,
|
'**$size**:': 5000,
|
||||||
'**divisor**:': 4,
|
'**slots**:': 4,
|
||||||
# '**policy**:': 'uniform',
|
# '**policy**:': 'uniform',
|
||||||
# '**type**:': 'live-buy',
|
# '**type**:': 'live-buy',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue