Are the nanobots settings at default?
Default as fresh install.
How many interfaces are in the large network?
Just one, though there were about 2200 roboports spanning a rather large area.
What signals are being used?
- -100k to harvest trees.
- -100k to harvest fish.
- 1 to deconstruct finished miners.
- 1 to mark items on ground for pickup.
Some things to try
/Nanobots reset cell_queue
It is possible there is old queued stuff that is causing the queue count to take forever as it seems to be horribly unoptimized........
Let me enable it again and test:
- Turned the Logistics Interface with the above settings back on (convenient on/off switch in the combinator part of it).
- Waited for the 'radar' part of it to scan, it did indeed freeze again, though only for about 1 second of the original 3 to 4 seconds.
- Ran
/Nanobots reset cell_queue
and it printed Resetting cell_queue
.
- Waited for the 'radar' part of it to scan, it froze again this time for 4-5 seconds.
- Waited again for confirmation, same 4-5 seconds.
- Turned it off again to keep other players from yelling at me. ^.^;
Limit it to just the closest roboport by setting the closest robobort signal
That does fix it and I tested it before, but I'm wanting it to span the whole base for general cleanup, so I don't necessarily need it to respond quickly to things being scanned (although auto-marked dropped items within such a logistics network via the script callback would be a convenient optimization). Even just scanning, say, one chunk in the logistics network per tick would be fine for me (or perhaps even a single chunk across multiple ticks if it has a number of things like dropped items or trees or whatever to process), sure it will take a long time to process every chunk in the entire logistics network, but I don't need it to be responsive (hmm, the 'quickness' of the processing could possibly be another signal?).
I will also look into adding a range option to the closest roboport signal to somewhat control the amout of networks it scans.
Entire network on the main factory is preferred, the general cleanup is quite valuable on the set of mods being used.