REQ-3201: fix bugs
This commit is contained in:
parent
6f64c5afee
commit
64ebeee13a
@ -23,7 +23,7 @@ class CardSendExecutor {
|
||||
|
||||
void submit(Runnable sender) {
|
||||
submitCount++;
|
||||
if (submitCount <= 3) {
|
||||
if (submitCount <= 4) {
|
||||
sender.run();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user