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 f8cff8c commit cf82f9bCopy full SHA for cf82f9b
CodeFormatServer/src/LanguageClient.cpp
@@ -165,7 +165,7 @@ void LanguageClient::DiagnosticFile(std::string_view uri)
165
void LanguageClient::DelayDiagnosticFile(std::string_view uri)
166
{
167
auto stringUri = std::string(uri);
168
- auto task = std::make_shared<asio::steady_timer>(GetIOContext(), std::chrono::milliseconds(500));
+ auto task = std::make_shared<asio::steady_timer>(GetIOContext(), std::chrono::milliseconds(300));
169
auto it = _fileDiagnosticTask.find(uri);
170
if (it != _fileDiagnosticTask.end())
171
0 commit comments