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

View File

@@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Dysprosium-RC1'
ext.reactorVersion = 'Dysprosium-BUILD-SNAPSHOT'
}
if (!project.hasProperty('springVersion')) {