Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idanh authored Dec 1, 2016
1 parent 1402e88 commit c6cd46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ All calls to `ViberBot#incoming()` go through a `BlockingQueue`, and ordering is
All I/O calls are directly executed on the same thread they were initially called on.

### Can I make I/O calls asynchronous and still retain thread-safety for my bot?
Yes. You can pass an environment variable to control the I/O thread pool:
Yes. You can pass an system property to control the I/O thread pool:

`com.viber.bot.executor.strategy=[DIRECT|THREAD]` (default is DIRECT)

Expand Down

0 comments on commit c6cd46a

Please sign in to comment.