Skip to content

Commit

Permalink
README bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Henrique Gomes committed Jul 2, 2021
1 parent 1420e98 commit 7cedc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ thread for each record. Your handler will receive each record in a separeted cal
Batch Mode
----------
If the event source send multiple records to be processed, the layer will execute your handler one time for each record.
To disable this behaviour, just create a variable called ``BATCH_REQUEST`` with value ``FALSE``. This option only works
To disable this behaviour, just create a variable called ``BATCH_REQUEST`` with value ``TRUE``. This option only works
if the ``THREADING_ENABLED`` was not set to ``TRUE``

Logging
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ thread for each record. Your handler will receive each record in a separeted cal
Batch Mode
--------
If the event source send multiple records to be processed, the layer will execute your handler one time for each record.
To disable this behaviour, just create a variable called ``BATCH_REQUEST`` with value ``FALSE``. This option only works
To disable this behaviour, just create a variable called ``BATCH_REQUEST`` with value ``TRUE``. This option only works
if the ``THREADING_ENABLED`` was not set to ``TRUE``

Logging
Expand Down

0 comments on commit 7cedc6f

Please sign in to comment.