mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Remove debug print
This commit is contained in:
parent
ea6545a175
commit
eef914cbdf
@ -539,8 +539,6 @@ bool StorageKafka::streamToViews()
|
||||
? kafka_settings->kafka_flush_interval_ms
|
||||
: global_context.getSettingsRef().stream_flush_interval_ms;
|
||||
|
||||
LOG_ERROR(log, "limits.speed_limits.max_execution_time {}", limits.speed_limits.max_execution_time.totalMilliseconds() );
|
||||
|
||||
limits.timeout_overflow_mode = OverflowMode::BREAK;
|
||||
stream->setLimits(limits);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user