Skip to content

Commit

Permalink
docs: Fix typo in --commit_volume cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Nov 22, 2022
1 parent dbf224e commit 70d96b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbsntransform/config/config.py
Expand Up @@ -379,12 +379,12 @@ def get_arg_parser(
' '
' '
'* Default for rawdb: 10000 '
'* Default for rawdb: 100000 '
'* Default for hlldb: 100000 '
' '
' '
'!!! warning '
' If you have concurrent writes to the DB (e.g. multiple '
' lbsntransform processes) and if you see transaction deadlocks, '
' lbsntransform processes) and if you see transaction deadlocks, '
' reduce the commit_volume. ',
type=int)
settings_args.add_argument(
Expand Down

0 comments on commit 70d96b9

Please sign in to comment.