lib/rocket_job/plugins/transaction.rb in rocketjob-4.0.0 vs lib/rocket_job/plugins/transaction.rb in rocketjob-4.1.0

- old
+ new

@@ -23,10 +23,10 @@ # Audit.create!(table: 'user', description: 'Changed age to 21') # end # end # # Performance - # - On Ruby (MRI) an empty transaction block call takes about 1ms. + # - On CRuby an empty transaction block call takes about 1ms. # - On JRuby an empty transaction block call takes about 55ms. # # Note: # - This plugin will only be activated if ActiveRecord has been loaded first. module Transaction