mntx throtling

This commit is contained in:
Stephan D
2026-03-04 05:04:34 +01:00
parent 4e70873a94
commit 5629f5fcb2
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ type cardPayoutProcessor struct {
dispatchMu sync.Mutex dispatchMu sync.Mutex
nextDispatchAllowed time.Time nextDispatchAllowed time.Time
retryPolicy payoutFailurePolicy retryPolicy payoutFailurePolicy
retryDelayFn func(attempt uint32) time.Duration retryDelayFn func(attempt uint32) time.Duration
retryMu sync.Mutex retryMu sync.Mutex

View File

@@ -50,4 +50,3 @@ func TestPayoutFailureReason(t *testing.T) {
t.Fatalf("failure reason mismatch: got=%q want=%q", got, want) t.Fatalf("failure reason mismatch: got=%q want=%q", got, want)
} }
} }