|
@@ -118,20 +118,6 @@ const settings = {
|
|
|
blockingKey({ doc_id }) {
|
|
blockingKey({ doc_id }) {
|
|
|
return `Blocking:${doc_id}`
|
|
return `Blocking:${doc_id}`
|
|
|
},
|
|
},
|
|
|
- // track-changes:lock
|
|
|
|
|
- historyLock({ doc_id }) {
|
|
|
|
|
- return `HistoryLock:${doc_id}`
|
|
|
|
|
- },
|
|
|
|
|
- historyIndexLock({ project_id }) {
|
|
|
|
|
- return `HistoryIndexLock:${project_id}`
|
|
|
|
|
- },
|
|
|
|
|
- // track-changes:history
|
|
|
|
|
- uncompressedHistoryOps({ doc_id }) {
|
|
|
|
|
- return `UncompressedHistoryOps:${doc_id}`
|
|
|
|
|
- },
|
|
|
|
|
- docsWithHistoryOps({ project_id }) {
|
|
|
|
|
- return `DocsWithHistoryOps:${project_id}`
|
|
|
|
|
- },
|
|
|
|
|
// realtime
|
|
// realtime
|
|
|
clientsInProject({ project_id }) {
|
|
clientsInProject({ project_id }) {
|
|
|
return `clients_in_project:${project_id}`
|
|
return `clients_in_project:${project_id}`
|
|
@@ -142,7 +128,7 @@ const settings = {
|
|
|
},
|
|
},
|
|
|
}),
|
|
}),
|
|
|
fairy: redisConfig,
|
|
fairy: redisConfig,
|
|
|
- // track-changes and document-updater
|
|
|
|
|
|
|
+ // document-updater
|
|
|
realtime: redisConfig,
|
|
realtime: redisConfig,
|
|
|
documentupdater: redisConfig,
|
|
documentupdater: redisConfig,
|
|
|
lock: redisConfig,
|
|
lock: redisConfig,
|
|
@@ -167,10 +153,6 @@ const settings = {
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- trackchanges: {
|
|
|
|
|
- continueOnError: true,
|
|
|
|
|
- },
|
|
|
|
|
-
|
|
|
|
|
// Local disk caching
|
|
// Local disk caching
|
|
|
// ------------------
|
|
// ------------------
|
|
|
path: {
|
|
path: {
|