Skip to content

Commit 8f8ee48

Browse files
committed
(maint) Add note about multithread config value
1 parent be7bbab commit 8f8ee48

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
7373
* :profiler-output-file - A target file to direct profiler output to. If
7474
not set, defaults to a random file relative to the working directory
75-
of the service."
75+
of the service.
76+
* :multithreaded - Instead of managing the number of JRuby Instances create
77+
a single JRuby instance and manage the number of threads that may access it."
7678
{:ruby-load-path [schema/Str]
7779
:gem-home schema/Str
7880
:gem-path (schema/maybe schema/Str)

0 commit comments

Comments
 (0)