We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814b0a8 commit 33a5c86Copy full SHA for 33a5c86
src/osmdata.cpp
@@ -301,6 +301,8 @@ class multithreaded_processor
301
util::timer_t timer;
302
303
if (ids_queued < 100) {
304
+ // Worker startup is quite expensive. Run the processing directly
305
+ // when only few items need to be processed.
306
log_info("Going over {} pending {}s"_format(ids_queued, type));
307
308
for (auto const oid : list) {
0 commit comments