Skip to content

Commit c6cd46a

Browse files
authored
Update README.md
1 parent 1402e88 commit c6cd46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ All calls to `ViberBot#incoming()` go through a `BlockingQueue`, and ordering is
3737
All I/O calls are directly executed on the same thread they were initially called on.
3838

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

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

0 commit comments

Comments
 (0)