17 Aug
2009
17 Aug
'09
5:51 p.m.
Hi,
Now on another note (not sure If I should create a separate thread about this)
in detail.c
/* * Cap delay at 4 packets/s. If the end system can't * handle this, then it's very broken. */ if (data->delay_time > (USEC / 4)) data->delay_time= USEC / 4;
My (and most) SQL servers are capable of handling more than 4 SQL queries per second. Maybe that setting shouldn't be so static?
hmm....perhaps a setting in sql.conf or such? I can see many people setting it to silly values and then complaining..... :-) alan