i've red unreal 3.2.4 docs for testing new ircd version. I've notice the calculation of medium lenght of characters in ban.
On docs, maxbans default is 60 (so? if i dont specifiy max bans in conf the default value for my ircd would be 60?)
Same for maxbanslenght: 2048 (default value, you write).
If, 60 and 2048 are defaults value, then 34 is a default value too (on u3.2.3?)?
2048 / 60 = 34
So... if i specifiy 60 max bans for my ircd, maxbanslenght would be 2048. but why 2048? Why 34?
34 is an indicative numers?
My specific question si: on Unreal3.2.3, maxbans limit is 60. And maxbansleght is 2048?
So, Unreal3.2.3 calcucate its maxbanslenght on 34?
So, if i have 160 of maxbans, if i specify 5440 for maxbansleght always thinking to 34, i risk anything?
Thanx in advance for reply