mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-25 17:37:55 +08:00
e6b399ea27
Summary: Removes some VERY long running `ANLAYZE` queries. Was taking up to 50 seconds on my 9GB database on every boot https://sqlite.org/pragma.html#pragma_optimize Test Plan: I tested to make sure the app still quits quickly. It does. The SQLite docs also say this should be fast. Reviewers: halla, spang, mark, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D4314 |
||
---|---|---|
.. | ||
client-app | ||
client-sync | ||
isomorphic-core | ||
README.md |
Monorepo Packages
Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.
We use Lerna to manage the monorepo and tie
them all together with the main nylas-mail-all/scripts/postinstall.es6
script,
which in turn, calls lerna bootstrap