http://bugzilla.moblin.org/show_bug.cgi?id=2229
--- Comment #10 from pohly <[email protected]> 2009-09-17 06:14:01 --- (In reply to comment #9) > (In reply to comment #8) > These the weights used for different operations: > const float sync_weight_prepare = 0.50; > const float sync_weight_send = 0.25; > const float sync_weight_receive = 0.25; > > Currently prepare is being weighed more just to counter for the fact that a > typical sync contains many prepares and few sends or receives. But the prepares are almost NOPs. There isn't much to do when checking the items, so this part is done with very quickly. If the weights are meant to turn item counts into real time, then 0.1/0.45/0.45 might be more suitable. -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
