alt: rename natives directory

This commit is contained in:
huanghongxun
2020-02-22 23:13:52 +08:00
parent fb4a499fe9
commit 1ca4045a2f
3 changed files with 7 additions and 27 deletions

View File

@@ -54,10 +54,6 @@ public final class DownloadProviders {
() -> Optional.ofNullable(providersById.get(config().getDownloadType()))
.orElse(providersById.get(DEFAULT_PROVIDER_ID)),
config().downloadTypeProperty());
FXUtils.onChangeAndOperate(downloadProviderProperty, provider -> {
Schedulers.io().setMaximumPoolSize(provider.getConcurrency());
});
}
/**