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

Limit autosave #1126

Merged
merged 3 commits into from Sep 3, 2015
Merged

Limit autosave #1126

merged 3 commits into from Sep 3, 2015

Commits on Sep 1, 2015

  1. Limit autosaves to 30

    When number of autosaves reaches 60 (2h) the oldest 30 (1h) will be removed
    rexissimus committed Sep 1, 2015
    Copy the full SHA
    af05ca7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Only keep a single autosave

    The new one is written before deleting the old one
    rexissimus committed Sep 3, 2015
    Copy the full SHA
    b3a5f35 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    remram44 committed Sep 3, 2015
    Copy the full SHA
    ae22e76 View commit details
    Browse the repository at this point in the history