mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +00:00
Increase max completion sessions
This commit is contained in:
parent
0ab756314b
commit
4364a37d76
@ -100,8 +100,8 @@ struct ClangCompleteManager {
|
||||
bool create_if_needed);
|
||||
|
||||
// TODO: make these configurable.
|
||||
const int kMaxViewSessions = 1;
|
||||
const int kMaxEditSessions = 1;
|
||||
const int kMaxViewSessions = 10;
|
||||
const int kMaxEditSessions = 5;
|
||||
|
||||
// Global state.
|
||||
Config* config_;
|
||||
|
Loading…
Reference in New Issue
Block a user