Try doubling perf->cc_scale_max to 100.

This commit is contained in:
david 2007-10-02 07:30:25 +00:00
parent 0f396a5b3a
commit 6306350106

View file

@ -1257,7 +1257,7 @@ static void init_perf_values(struct ultra_scan_performance_vars *perf) {
perf->cc_incr = 1;
else
perf->cc_incr = 2;
perf->cc_scale_max = 50;
perf->cc_scale_max = 100;
perf->initial_ccthresh = 75;
perf->ping_magnifier = 3;
perf->pingtime = 5000000;