Skip to content

Commit eed65ee

Browse files
committed
style: naming
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 50b10f4 commit eed65ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tap-agent/src/agent/sender_account.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@ impl Actor for SenderAccount {
648648
state.add_to_denylist().await;
649649
}
650650

651-
let has_limit_available = state.adaptive_limiter.has_limit();
652-
if has_limit_available {
651+
let has_available_slots_for_requests = state.adaptive_limiter.has_limit();
652+
if has_available_slots_for_requests {
653653
let total_counter_for_allocation = state
654654
.sender_fee_tracker
655655
.get_count_outside_buffer_for_allocation(&allocation_id);

0 commit comments

Comments
 (0)