Hi,
i have the problem, that the whowas output is cleared every week...
does anyone know, where i can set this to a longer time?
greets, boon
Unreal /whowas command
It's this question during ./Config:
Or for windows, change NICKNAMEHISTORYLENGTH in include/config.h.
(Obviously in either case, recompile)
As you can see it works by # of entries, not by time.. so you would have to do an educated guess :P. Also, obvious again I know, this increases memory usage.
Code: Select all
How far back do you want to keep the nickname history?
[2000] ->(Obviously in either case, recompile)
As you can see it works by # of entries, not by time.. so you would have to do an educated guess :P. Also, obvious again I know, this increases memory usage.