REQ-3201: fix bugs

This commit is contained in:
yanglin 2024-12-18 16:22:31 +08:00
parent 64ebeee13a
commit 087f6d6bf2

View File

@ -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;
}