mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
b62a642084
refs TryGhost/Team#3133 - the backend previously had logic to save a revision if more than 10 mins had elapsed since the last revision - however, the frontend would autosave after 3 seconds of inactivity (which doesn't trigger a revision), and never send another save request at 10 minutes, so the backend logic to save a revision was never triggered - this change will save the current contents of the editor every 10 minutes, even if nothing has changed since the last save |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json | ||
playwright.config.js |