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