refactor(idempotent):调整 @Idempotent 注解的默认超时时间

This commit is contained in:
2025-03-18 20:21:06 +08:00
parent 071aef759a
commit f50b511513

View File

@@ -44,7 +44,7 @@ public @interface Idempotent {
/**
* 超时时间
*/
int timeout() default 1;
int timeout() default 1000;
/**
* 时间单位(默认:毫秒)