1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Use Schedulers.boundedElastic()

Fixes gh-7457
This commit is contained in:
Rob Winch
2019-09-19 13:51:06 -05:00
parent cb5c58eeaa
commit ff54eb878a
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Dysprosium-RC1'
ext.reactorVersion = 'Dysprosium-BUILD-SNAPSHOT'
}
if (!project.hasProperty('springVersion')) {