Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
Set default caching level to None (#1748)
Browse files Browse the repository at this point in the history
(cherry picked from commit ae8bfae)
  • Loading branch information
jakebailey authored and Mikhail Arkhipov committed Jun 15, 2020
1 parent cf915c3 commit e03b60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LanguageServer/Impl/LanguageServer.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private ImmutableArray<string> GetUserConfiguredPaths(JToken pythonSection) {
return ImmutableArray<string>.Empty;
}

private const string DefaultCachingLevel = "System";
private const string DefaultCachingLevel = "None";

private AnalysisCachingLevel GetAnalysisCachingLevel(JToken analysisKey) {
var s = GetSetting(analysisKey, "cachingLevel", DefaultCachingLevel);
Expand Down

0 comments on commit e03b60c

Please sign in to comment.