Skip to content

Commit f93ddd4

Browse files
leandrodamascenayaythomas
authored andcommitted
feat: adding max_batch_operations config
1 parent e39c817 commit f93ddd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/state_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def test_checkpoint_batch_respects_default_max_items_limit():
812812

813813
# Use default config (max_batch_operations=250)
814814
config = CheckpointBatcherConfig(
815-
max_batch_size_bytes=10 * 1024 * 1024, # 10MB - large enough to not trigger size limit
815+
max_batch_size_bytes=10 * 1024 * 1024,
816816
max_batch_time_seconds=10.0,
817817
)
818818

0 commit comments

Comments
 (0)