You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit has some important changes:
- Warm up the cache asynchronously at startup
- Prioritize recently changed files to (re)build the cache
- Fix a race condition bug which was ignoring file changes while building the cache
This commit has some important changes:
- Warm up the cache asynchronously at startup
- Prioritize recently changed files to (re)build the cache
- Fix a race condition bug which was ignoring file changes while building the cache
Is your feature request related to a problem? Please describe.
As the number of templates increase, Mockaco startup time considerably increases.
Describe the solution you'd like
The startup time could be reduced performing paralell warm up of templates.
The text was updated successfully, but these errors were encountered: