Performance: i_client_max_idletime with a high value

Hello!

I want my users to be kicked after 12 hours of beeing idle. I never used the permission i_client_max_idletime before and was wondering, if it’s okay to put in a very high value (like 43200), without killing the performance or if I should use an external bot for it. I ask because I don’t know the algorithm in wich the server checks for it. Has anyone tested it or knows it for sure? We talk about 100 active users at the same time

The server only checks the idle time only once in a while, so it should not have an impact or at least not a big on the server.

The server runs a check every 60 seconds and kicks all that are above set idle time.

So as LeonMarcelHD said. This is fine.

5 Likes