https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6444
--- Comment #16 from Mark Martinec <[email protected]> 2010-06-15 16:09:47 EDT --- Created an attachment (id=4775) --> (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4775) diagram showing elapsed time spent in bayes, vs. time of the day tok_touch_all() was the one suggested here (my patch) and was running in the morning (before 12h on the x axis). At noon I switched to the original tok_touch_all(). The diagram shows a drop in bayes elapsed times by about 30 ms. The tri-modality does not originate from SQL, but from number of tokens in a message (i.e. normalizing elapsed time by tokenization time removes modality). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
