We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39c817 commit f93ddd4Copy full SHA for f93ddd4
1 file changed
tests/state_test.py
@@ -812,7 +812,7 @@ def test_checkpoint_batch_respects_default_max_items_limit():
812
813
# Use default config (max_batch_operations=250)
814
config = CheckpointBatcherConfig(
815
- max_batch_size_bytes=10 * 1024 * 1024, # 10MB - large enough to not trigger size limit
+ max_batch_size_bytes=10 * 1024 * 1024,
816
max_batch_time_seconds=10.0,
817
)
818
0 commit comments