We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1402e88 commit c6cd46aCopy full SHA for c6cd46a
1 file changed
README.md
@@ -37,7 +37,7 @@ All calls to `ViberBot#incoming()` go through a `BlockingQueue`, and ordering is
37
All I/O calls are directly executed on the same thread they were initially called on.
38
39
### 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:
+Yes. You can pass an system property to control the I/O thread pool:
41
42
`com.viber.bot.executor.strategy=[DIRECT|THREAD]` (default is DIRECT)
43
0 commit comments