Skip to content

Commit

Permalink
lower batch size from 50 to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
bailletced committed Feb 3, 2025
1 parent 0c93f38 commit 9dc4921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/synchro.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,5 +516,5 @@ def get_redis_key(type, origin, to):
parser.add_argument("-v", "--verbose", action="count", default=0, help="Augmente le niveau de verbosité (utilisez -vvv pour plus de détails).")
args = parser.parse_args()

processor = Processor(verbosity_level=args.verbose, type=args.entity_only, batch_size=50)
processor = Processor(verbosity_level=args.verbose, type=args.entity_only, batch_size=30)
processor.process_entity()

0 comments on commit 9dc4921

Please sign in to comment.