KingRabbid commented on code in PR #6510:
URL: https://github.com/apache/jmeter/pull/6510#discussion_r2453408890
##########
xdocs/usermanual/properties_reference.xml:
##########
@@ -1985,6 +1985,10 @@ JMETER-SERVER</source>
Used by JSR-223 elements.<br/>
Size of compiled scripts cache.<br/>
Defaults to: <code>100</code></property>
+ <property name="jsr223.compiled_scripts_cache_spec">
+ Used by JSR-223 elements.<br/>
+ Caffeine framework spec configuration in String format. Overrides
<code>jsr223.compiled_scripts_cache_size</code><br/>
+ Defaults to:
<code>maximumSize=<jsr223.compiled_scripts_cache_size>,recordStats</code></property>
Review Comment:
I've pushed new code, not sure it addresses your suggestion with regards to
documentation, please let me know where to edit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]