Skip to content

Commit 4a24b52

Browse files
authored
Update server-configurations.mdx
1 parent 9896893 commit 4a24b52

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docs/composedb/guides/composedb-server/server-configurations.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -183,18 +183,6 @@ Only Postgres is currently supported for production usage.
183183

184184
:::
185185

186-
## History Sync
187-
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:
188-
189-
```json
190-
{
191-
...
192-
"indexing": {
193-
...
194-
"enable-historical-sync": true
195-
}
196-
}
197-
```
198186

199187
## IPFS Process
200188
### Available Configurations

0 commit comments

Comments
 (0)