We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7bbab commit 8f8ee48Copy full SHA for 8f8ee48
src/clj/puppetlabs/services/jruby_pool_manager/jruby_schemas.clj
@@ -72,7 +72,9 @@
72
73
* :profiler-output-file - A target file to direct profiler output to. If
74
not set, defaults to a random file relative to the working directory
75
- of the service."
+ 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."
78
{:ruby-load-path [schema/Str]
79
:gem-home schema/Str
80
:gem-path (schema/maybe schema/Str)
0 commit comments