lib/jets/commands/templates/skeleton/config/environments/production.rb in jets-1.2.1 vs lib/jets/commands/templates/skeleton/config/environments/production.rb in jets-1.3.0

- old
+ new

@@ -1,5 +1,4 @@ Jets.application.configure do - # If your app exceeds the AWS Lambda code size limit then Jets will automatically - # enable config.ruby.lazy_load = true regardless of this setting. - config.ruby.lazy_load = false + # Example: + # config.function.memory_size = 2048 end \ No newline at end of file