1
0
Fork 0

Correct typo

pull/214/head
Felix Becker 2016-12-13 00:40:15 +01:00
parent 2e0b511e0e
commit 9b364a5a13
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ and references to an in-memory index.
The time this takes depends on the project size. The time this takes depends on the project size.
At the time of writing, this project contains 78 files + 1560 files in dependencies which take 97s to parse At the time of writing, this project contains 78 files + 1560 files in dependencies which take 97s to parse
and consume 76 MB on a Surface Pro 3. and consume 76 MB on a Surface Pro 3.
The language server is fully operational whilLe indexing and can respond to requests with the definitions already indexed. The language server is fully operational while indexing and can respond to requests with the definitions already indexed.
Follow-up requests will be almost instant because the index is kept in memory. Follow-up requests will be almost instant because the index is kept in memory.
Having XDebug enabled heavily impacts performance and can even crash the server if the `max_nesting_level` setting is too low. Having XDebug enabled heavily impacts performance and can even crash the server if the `max_nesting_level` setting is too low.