Because both FX and EasterGhost doesn't maintain it's own repository any longer, and EasterGhost's added configuration doesn't actually work in-game, but this fork is fixing this issue.
It is a simple mod that makes powered/activator rails turn on/off up to 4x faster. The best working condition is that you feel nothing when it is operating but smooth and fast rail updates. This mod is fork of EasterGhost's RailOptimization mod, which is actually fork of FXMorin's mod. Thanks to both of them for bringing this mod to us.
Please allow me to convey my sincere gratitude towards FX Morin for his code! Most of the code are written by FX Morin and I just do some little adjustment to make it operating.
Method used to optimize the rail's performance is conflicted with CTA's update mechanism. CTA uses various methods to edit or avoid updates including rail's update(e.g. railDupingFix). Method conflicts will cause some unpredictable failure when injecting mixin and it's truly appeared.

A simple Rail Optimization mod that makes powered/activator rails turn on/off up to 4x faster. Fork of RailOptimization which is fork of FXRailOptimization.