mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
b6890bed4b
Summary: Occasionally, while the versions of a document are being enumerated, a new version of the document will be created. This is detected and triggers re-enumeration and a "surprise" log message. This diff tweaks uploads to be run in series with DocSnapshots operations. This means that listing versions would be blocked on an upload, or vice versa, rather than overlapping. This is simpler and more deterministic. I'm not sure how the user experience will feel if the operations are slow. Test Plan: existing tests pass; will see if surprises are reduced Reviewers: alexmojaki Reviewed By: alexmojaki Subscribers: alexmojaki Differential Revision: https://phab.getgrist.com/D3551 |
||
---|---|---|
.. | ||
declarations | ||
lib | ||
utils | ||
companion.ts | ||
declarations.d.ts | ||
devServerMain.ts | ||
generateCheckpoint.ts | ||
generateInitialDocSql.ts | ||
mergedServerMain.ts | ||
tsconfig.json |