Add option to commit changes to the database automatically (#53)

This commit is contained in:
Azrenbeth
2021-09-08 11:39:57 +01:00
committed by GitHub
parent 65861de06e
commit d908d13f8f
6 changed files with 601 additions and 57 deletions

View File

@@ -106,6 +106,11 @@ If this flag is set then output the node and edge information for the state_grou
directed graph built up from the predecessor state_group links. These can be looked
at in something like Gephi (https://gephi.org)
- -c
If this flag is set then the changes the compressor makes will be committed to the
database. This should be safe to use while synapse is running as it assumes by default
that the transactions flag is set
## Using as python library
The compressor can also be built into a python library as it uses PyO3. It can be