Minimum accepted interval between server interaction requests from the same source.
This numeric value (double) belongs to UInteractionFrameworkRuntimeDeveloperSettings under Network.
Project settings and default configuration use this property to shape plugin behavior before runtime objects are created. Change it when the project-wide default should differ from the plugin default.
UPROPERTY(EditAnywhere, config, Category = "Network", meta = (ClampMin = "0.0", UIMin = "0.0"))
double ServerMinRequestIntervalSec = 0.07;