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:
Marco Bubke
2015-11-30 17:53:52 +01:00
parent a12a8c95f9
commit 8650954f0a

View File

@@ -66,7 +66,7 @@
namespace ClangBackEnd {
namespace {
const int delayedDocumentAnnotationsTimerInterval = 500;
const int delayedDocumentAnnotationsTimerInterval = 3000;
}
ClangIpcServer::ClangIpcServer()