use the concurrent db pool for the backup db copy

This commit is contained in:
Gani Georgiev
2026-08-22 17:25:37 +03:00
parent 7f4b532f06
commit a293e1301d
9 changed files with 15 additions and 13 deletions
+3 -3
View File
@@ -107,10 +107,10 @@ window.app.components.recordsList = function(propsArg = {}) {
relExpands.push(field.name);
}
const requestFields = "";
// disable for now as loading the entire json often tends to be faster
// with encoding/json/v2 because it can be directly streamed
// disable for now since loading the entire json often tends
// to be faster with encoding/json/v2 because it can be directly streamed
// const requestFields = fieldsWithExcerpt(props.collection.id, relationFields);
const requestFields = undefined;
// allow sorting by the top level relation presentable fields
let normalizedSort = props.sort || undefined;
+1 -1
View File
@@ -96,7 +96,7 @@ function backupCreateModal(settings) {
{ className: "content" },
t.p(
null,
`Please note that during the backup other concurrent write requests may fail since the database will be temporary "locked" (this usually happens only during the ZIP generation).`,
`Please note that during the backup the performance could be slightly degraded and some queries may take longer to complete than usual.`,
),
t.p(
{ className: "txt-bold" },