I've created a scrap PL industry. As the gondola's i'm using carry 52310 I thought i'd get it the industry to load 10000 each 60seconds.

screenshot on pc
In driver however.. it only loads 256 each interval. Which means a very very very very long wait for a train to load.
Any ideas on how to fix this? I've put in all the correct info.
Heres the important part of the config.
Thanks

screenshot on pc
In driver however.. it only loads 256 each interval. Which means a very very very very long wait for a train to load.
Any ideas on how to fix this? I've put in all the correct info.
Heres the important part of the config.
Code:
queues
{
que
{
size 200000
initial-count 0
product-kuid <kuid2:86311:1772:1>
allowed-categories
{
0 <kuid:-3:10040>
1 <kuid:-3:10042>
2 <kuid:-3:10044>
}
}
}
attached-trigger
{
loadtrg1
{
att "a.track0b"
radius 15
track "load_track"
}
}
kuid-table
{
icon <kuid2:30671:69012:1>
1 <kuid:-3:10092>
2 <kuid:-1:15>
3 <kuid:-3:10040>
4 <kuid:-3:10042>
5 <kuid:-3:10044>
prod0 <kuid:312521:27013>
prod1 <kuid2:81150:46:4>
prod2 <kuid2:75134:88000:1>
prod3 <kuid2:30671:9720410:2>
}
Thanks