mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-02 15:02:19 +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);
|
bool create_if_needed);
|
||||||
|
|
||||||
// TODO: make these configurable.
|
// TODO: make these configurable.
|
||||||
const int kMaxViewSessions = 1;
|
const int kMaxViewSessions = 10;
|
||||||
const int kMaxEditSessions = 1;
|
const int kMaxEditSessions = 5;
|
||||||
|
|
||||||
// Global state.
|
// Global state.
|
||||||
Config* config_;
|
Config* config_;
|
||||||
|
Loading…
Reference in New Issue
Block a user