lib/falcon/environments/application.rb in falcon-0.36.5 vs lib/falcon/environments/application.rb in falcon-0.36.6
- old
+ new
@@ -63,6 +63,10 @@
end
# The service class to use for the application.
# @attribute [Class]
service ::Falcon::Service::Application
-end
\ No newline at end of file
+
+ # Number of instances to start.
+ # @attribute [Integer | nil]
+ count nil
+end