configure(
opts)
Configure the git module's cache sizes and skip thresholds
Updates internal configuration from a table of options. Valid keys:
max_prompt_cache — LRU size for prompt_status results (default: 3)max_git_cache — LRU size for parsed git state objects (default: 5)untracked_skip_threshold — skip untracked-file counting when the
working tree contains more files than this limit (default: 10000)modified_skip_threshold — same for modified-file counting (default: 50000)Unknown keys and type mismatches are silently ignored.