REQ-3201: fix bugs
This commit is contained in:
parent
64ebeee13a
commit
087f6d6bf2
@ -24,6 +24,7 @@ class CardSendExecutor {
|
||||
void submit(Runnable sender) {
|
||||
submitCount++;
|
||||
if (submitCount <= 4) {
|
||||
log.info("using sync card send, submitBatchSize={}", submitCount);
|
||||
sender.run();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user