Greetings, This weekend I created a MySQL db to store my bayes tokens. It seems to be working well but I'm a little puzzled by the default size of bayes_expiry_max_db_size. I understand that the default size is 150,000 which seems very low as it took only one day to reach 100,000 tokens.
Was the default size set that low because of the performance of the default db? Is it reasonable to set it to a much higher number considering that I am using a SQL db? Thanks for any help! Nedry