Hey everyone!
The Feature
Currently StreamingEnabled has quite an unclear criteria(s) to stream parts out. I know it is based on free memory, however I'm sure that myself and many many other developers would like to have a way to control when to stream parts out of the target(?) radius.How it could work
One way this could be implemented is some sort of a memory threshold in %, for example, we set it to 10% (0.1), and once 10% of the memory has filled parts out of the target radius start to stream out. (for example - 10% of 8gb total memory - 0.8gb filled - stream parts out)This way we could set it to a low value (or any desired value really) to have parts stream out whenever we wish.