Skip to content

Mute notifications in the seeder to speed GDK development

Stan Hu requested to merge sh-mute-notifications-seeder into master

I noticed that the 13_comments.rb fixture was taking a long time to complete, and it was because we were spending a lot of time querying for users to notify. Suppressing these notifications speeds up this fixture significantly.

Merge request reports