mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-14 20:21:26 +08:00
b119b43f82
Summary: This diff adds a timeout parameter to queueMessageForProcessing that can be used to override the CPU-throttled-by-default timeout used by the message processing queue. The FetchMessagesInFolder sync task now overrides with a timeout of 0 when it is queuing specific UIDs that it has downloaded. The thinking here is that if we've requested a specific set of UIDs, it's very important to sync those quickly as this indicates a higher priority (e.g. initial inbox sync, search result syncing, etc). Test Plan: Run locally, verify that initial sync and search syncing run faster Reviewers: spang, evan, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D4114 |
||
---|---|---|
.. | ||
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