Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local-history.daysLimit: 0 stopped working #83

Open
hrvoj3e opened this issue Aug 21, 2019 · 1 comment
Open

local-history.daysLimit: 0 stopped working #83

hrvoj3e opened this issue Aug 21, 2019 · 1 comment

Comments

@hrvoj3e
Copy link

hrvoj3e commented Aug 21, 2019

local-history.daysLimit=0 should preserve all history with no purge - but it does not.

"local-history.daysLimit":  30  // A day number to purge local history. (0: no purge)

My settings

    "local-history.path": "/home/username/app/code/local-history",
    "local-history.absolute" : true,
    "local-history.daysLimit": 0,
    "local-history.saveDelay": 4, 
    "local-history.dateLocale": "en-GB",
@okalachev
Copy link

Found i workaround, daysLimit can be set to a big number:

"local-history.daysLimit": 999999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants