@@ -723,7 +723,7 @@ policies:
723
723
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
724
724
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
725
725
readsPerQuery : 100
726
- # readsPerQuery configures the number of documents to delete for each credit.
726
+ # writesPerCredit configures the number of documents to delete for each credit.
727
727
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
728
728
# to 10 delete operations performed against MongoDB.
729
729
writesPerCredit : 100
@@ -987,7 +987,7 @@ things:
987
987
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
988
988
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
989
989
readsPerQuery : 100
990
- # readsPerQuery configures the number of documents to delete for each credit.
990
+ # writesPerCredit configures the number of documents to delete for each credit.
991
991
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
992
992
# to 10 delete operations performed against MongoDB.
993
993
writesPerCredit : 100
@@ -1608,7 +1608,7 @@ connectivity:
1608
1608
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
1609
1609
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
1610
1610
readsPerQuery : 100
1611
- # readsPerQuery configures the number of documents to delete for each credit.
1611
+ # writesPerCredit configures the number of documents to delete for each credit.
1612
1612
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
1613
1613
# to 10 delete operations performed against MongoDB.
1614
1614
writesPerCredit : 100
0 commit comments