Skip to content

Commit

Permalink
Add missing properties in the template for in-memory targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-zurczak committed Nov 2, 2015
1 parent 8fd842d commit d5d00dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/targets/tpl/in-memory.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ handler = in-memory
# Provide a meaningful description of the target
name =
description =

# The delay (in ms) to wait between the request to create an agent
# and the moment it is created. This helps to simulate the time
# necessary to launch a virtual machine.
# in-memory.delay = 0

# Execute real recipes? False by default.
#in-memory.execute-real-recipes = false

0 comments on commit d5d00dc

Please sign in to comment.