From b5ae66f820acea5af69e6d7ab0cb9bc2c0184489 Mon Sep 17 00:00:00 2001 From: MendelGusmao Date: Wed, 21 Mar 2012 15:45:49 -0300 Subject: [PATCH] Updating README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebe4bd..660c495 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,10 @@ CONFIGURING > The default file extension to be considered by the plugin if not specified in the filename passed to $dll > * add_and_run (boolean, 0-1) -> If the value is 1, the server will execute the command right after it is added to the queue. If not, the server will await the configured interval to run the command and will be returning an empty response until it happens. +> If the value is 1, the server will execute the command right after it is added to the queue. If not, the server will await the configured interval to run the command and will be returning an empty response until it happens. + +> * max_threads (numeric) +> The maximum number of commands that can be run simultaneously > The subsequent sections are named with the common file extension of the language. They have the following attributes: