Skip to content

Configuring

Daniel Mills edited this page Mar 31, 2016 · 4 revisions

Global Configuration

The Global configuration is located at plugins/React/config.yml

# Toggle debugging messages here
debug-messages: true
startup:
  # This runs a garbage collection at startup
  # To fix any classpath leaks, and startup memory used 
  # That is now considered garbage.
  prevent-memory-leaks: true
# This is used by React. Do not change these values.
state:
  reloading: false

Other Configurations

You can configure every single sampler, and action as you see fit. You can even disable them if you like. See Samplers and Reactions

Clone this wiki locally