forked from qt-creator/qt-creator
Clang: Increase delayedDocumentAnnotationsTimerInterval to 3s
We experimented around and 3s are a good compromise. Change-Id: Ib1d73738b221408c753c194b2122f82bae8d5eb2 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
namespace ClangBackEnd {
|
namespace ClangBackEnd {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
const int delayedDocumentAnnotationsTimerInterval = 500;
|
const int delayedDocumentAnnotationsTimerInterval = 3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
ClangIpcServer::ClangIpcServer()
|
ClangIpcServer::ClangIpcServer()
|
||||||
|
Reference in New Issue
Block a user