mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-13 07:33:42 +08:00
update 优化 oss客户端默认开启虚拟线程
This commit is contained in:
parent
8b24560f67
commit
a6bb80dc4c
@ -32,7 +32,7 @@ public record OssAsyncExecutorConfig(
|
||||
* 默认异步执行器配置
|
||||
*/
|
||||
public static final OssAsyncExecutorConfig DEFAULT = OssAsyncExecutorConfig.builder()
|
||||
.enabledVirtualThread(false)
|
||||
.enabledVirtualThread(true)
|
||||
.corePoolSize(DEFAULT_CORE_POOL_SIZE)
|
||||
.build();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user