DatabaseCampaign: increase progress report interval

Change-Id: I439bf16b98fb11f89ece398fcaf13cc4fa2dd4cd
This commit is contained in:
Horst Schirmeier
2020-11-23 16:22:37 +01:00
parent c148b70b55
commit 86267cce9f

View File

@ -273,7 +273,7 @@ bool DatabaseCampaign::run_variant(Database::Variant variant) {
this->cb_send_pilot(pilot); this->cb_send_pilot(pilot);
if ((++sent_pilots) % 1000 == 0) { if ((++sent_pilots) % 10000 == 0) {
log_send << "pushed " << sent_pilots << " pilots into the queue" << std::endl; log_send << "pushed " << sent_pilots << " pilots into the queue" << std::endl;
} }
} }