Skip to content

Commit 9d4aedd

Browse files
committed
fixup schema doc
1 parent 17176d2 commit 9d4aedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clj/puppetlabs/services/jruby_pool_manager/jruby_schemas.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@
7474
* :profiler-output-file - A target file to direct profiler output to. If
7575
not set, defaults to a random file relative to the working directory
7676
of the service.
77+
7778
* :multithreaded - Instead of managing the number of JRuby Instances create
7879
a single JRuby instance and manage the number of threads that may access it.
80+
7981
* :instance-creation-concurrency - How many instances to create at once. This
80-
will increase start up and potentially reload times, but if too high may
82+
will improve start up and potentially reload times, but if too high may
8183
create unaceptable load on the system during startup or reload."
8284
{:ruby-load-path [schema/Str]
8385
:gem-home schema/Str

0 commit comments

Comments
 (0)