1
0
forked from VimPlug/jedi

Limit dynamic param searches to not go crazy in a lot of occasions. Refs #574.

This commit is contained in:
Dave Halter
2016-07-17 19:49:12 +02:00
parent becbbb2e64
commit 68ff520cf8
3 changed files with 11 additions and 10 deletions

View File

@@ -208,12 +208,6 @@ max_executions = 250
A maximum amount of time, the completion may use.
"""
max_dynamic_params_depth = 3
"""
A maximum amount of a recursive search function calls, when the type of a
parameter is needed.
"""
scale_call_signatures = 0.1
"""
Because call_signatures is normally used on every single key hit, it has