Skip to content

v2.6.1

Compare
Choose a tag to compare
@brendan-kellam brendan-kellam released this 09 Dec 22:48
· 203 commits to main since this release

Added

  • Added config option settings.maxFileSize to control the maximum file size zoekt will index by @brendan-kellam. (#118)

E.g.,:

{
    "$schema": "./schemas/v2/index.json",
    "settings": {
        "maxFileSize": 4194304 // Set size to 4MB (default 2MB)
    }
    // ...
}

Fixed

Full Changelog: v2.6.0...v2.6.1