Comment #5 on issue 2603 by brainslog: Configurable REQUEST_TABLE_SIZE and REQUEST_TABLE_CLEAR_SIZE
http://code.google.com/p/mobicents/issues/detail?id=2603
Bartosz,
Why this piece of code ?
if (tClearSize>=tSize)
{
tClearSize*=10;
}
It would make sense if it was tSize*=10 no? and probably in a while loop.
Also a WARN message indicating the invalid configuration (and to how much
it was fixed to) should be presented, IMO.
