인터페이스: ThrottleStrategyOptions
정의 위치: packages/db/src/strategies/types.ts:74
스로틀 전략의 옵션입니다 시간에 걸쳐 실행 간격이 균등하게 유지되도록 합니다
속성
leading?
optional leading: boolean;
정의 위치: packages/db/src/strategies/types.ts:78
첫 번째 호출에서 즉시 실행합니다.
trailing?
optional trailing: boolean;
정의 위치: packages/db/src/strategies/types.ts:80
대기 기간 후 마지막 호출에서 실행합니다
wait
wait: number;
정의 위치: packages/db/src/strategies/types.ts:76
실행 간 최소 대기 시간(밀리초)입니다