Skip to content

Commit

Permalink
Fixed comment #4215
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Mar 4, 2020
1 parent a348526 commit 06c8e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/programs/server/TCPHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ void TCPHandler::processOrdinaryQuery()

if (after_send_progress.elapsed() / 1000 >= query_context->getSettingsRef().interactive_delay)
{
/// Some time passed and there is a progress.
/// Some time passed.
after_send_progress.restart();
sendProgress();
}
Expand Down

0 comments on commit 06c8e04

Please sign in to comment.