mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
270f288c48
- The get helper can sometimes take a long time, and in themes that have many get helpers, the request can take far too long to respond - This adds a timeout to the get helper, so that the page render doesn't block forever - This won't abort the request to the DB, but instead just means the page will render sooner, and without the get block |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json | ||
playwright.config.js |