From 4a24b52588fcaedc062ecf30d29649ec6687d5d0 Mon Sep 17 00:00:00 2001 From: Justina Petraityte Date: Thu, 19 Sep 2024 11:54:34 +0100 Subject: [PATCH] Update server-configurations.mdx --- .../composedb-server/server-configurations.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/composedb/guides/composedb-server/server-configurations.mdx b/docs/composedb/guides/composedb-server/server-configurations.mdx index e9035251..c67d0bd5 100644 --- a/docs/composedb/guides/composedb-server/server-configurations.mdx +++ b/docs/composedb/guides/composedb-server/server-configurations.mdx @@ -183,18 +183,6 @@ Only Postgres is currently supported for production usage. ::: -## History Sync -By default, Ceramic nodes will only index documents they observe using pubsub messages. In order to index documents created before the node was deployed or configured to index some models, **History Sync** needs to be enabled on the Ceramic node, in the `daemon.config.json` file: - -```json -{ - ... - "indexing": { - ... - "enable-historical-sync": true - } -} -``` ## IPFS Process ### Available Configurations