Would it be possible to add a function in the replicator for a mode where it does not automatically recreate it’s operators on template table change unless you specifically tell it to? I’m running into a performance issue where I am clearing out the entire table and filling it again, and I think the replicator is trying to accommodate the cleared state and then the filled state of the table… would this be the case if I’m doing this in a script? Would the replicator cook and recreate after the script clears the table and then again once it has been filled by a dat.copy()?
I’m definitely seconding this one. It’s really annoying sometimes.
This is a good one, something like an on/off Active parameter.
In the meantime, can you lock the table when you don’t want it updating and unlock to auto-recreate?