File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -284,10 +284,10 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
284284 unchangedCount++;
285285 }
286286 changedCountMetric (driverMetrics, unchangedCount, timestamp);
287- // auto maxTimeframes = registry.get<RateLimitConfig>().maxTimeframes;
288- // if (maxTimeframes && (totalTimeframesRead - totalTimeframesConsumed) > maxTimeframes) {
289- // return;
290- // }
287+ // auto maxTimeframes = registry.get<RateLimitConfig>().maxTimeframes;
288+ // if (maxTimeframes && (totalTimeframesRead - totalTimeframesConsumed) > maxTimeframes) {
289+ // return;
290+ // }
291291
292292 static int64_t MAX_SHARED_MEMORY = calculateAvailableSharedMemory (registry);
293293 constexpr int64_t MAX_QUANTUM_SHARED_MEMORY = 100 ;
You can’t perform that action at this time.
0 commit comments