mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-10 20:57:18 +08:00
refactor(idempotent):调整 @Idempotent 注解的默认超时时间
This commit is contained in:
@@ -44,7 +44,7 @@ public @interface Idempotent {
|
|||||||
/**
|
/**
|
||||||
* 超时时间
|
* 超时时间
|
||||||
*/
|
*/
|
||||||
int timeout() default 1;
|
int timeout() default 1000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 时间单位(默认:毫秒)
|
* 时间单位(默认:毫秒)
|
||||||
|
Reference in New Issue
Block a user