Skip to content

Commit 3a3cd63

Browse files
committed
rx module: remove threads pool configuration fix jooby-project#387
1 parent 8108ec2 commit 3a3cd63

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

jooby-rxjava/src/main/java/org/jooby/rx/Rx.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
* manage the lifecycle of {@link Scheduler schedulers} and make sure they go down on application
6969
* shutdown time.
7070
* </li>
71-
* <li>set a default server thread pool with the number of available processors.</li>
7271
* </ul>
7372
*
7473
* <h2>usage</h2>
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
# Worker thread pool to number of processors
2-
3-
server.threads.Min = ${runtime.processors}
4-
server.threads.Max = ${runtime.processors}
5-
61
rx.scheduler.max-computation-threads = ${runtime.processors}

md/doc/rxjava/rxjava.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RxJava is a Java VM implementation of <a href="http://reactivex.io">Reactive Ext
1818

1919
* map route operator: [Rx.rx()]({{defdocs}}/rx/Rx.html#rx--) that converts ```Observable``` (and family) into [Deferred API]({{defdocs}}/Deferred.html).
2020
* manage the lifecycle of ```Schedulers``` and make sure they go down on application shutdown time.
21-
* set a default server thread pool with the number of available processors.
2221

2322
## usage
2423

0 commit comments

Comments
 (0)