Reduce the frame rate of the server

oh.Maybe the only way is change the TickInterval

How to make the server’s frame rate different from the client’s frame rate? For example, the character movement of the client needs to be calculated in real time, but the server can calculate it at intervals of 2-3 seconds. How to achieve this?Do start with tickfuncion or is there an operation that can change the frame rate of server?Thanks