Skip to content

Commit 19ad269

Browse files
committed
Revert test limits
1 parent 4a7d9ec commit 19ad269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte_cdk/sources/declarative/incremental/concurrent_partition_cursor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class ConcurrentPerPartitionCursor(Cursor):
5959
CurrentPerPartitionCursor expects the state of the ConcurrentCursor to follow the format {cursor_field: cursor_value}.
6060
"""
6161

62-
DEFAULT_MAX_PARTITIONS_NUMBER = 200
63-
SWITCH_TO_GLOBAL_LIMIT = 100
62+
DEFAULT_MAX_PARTITIONS_NUMBER = 25_000
63+
SWITCH_TO_GLOBAL_LIMIT = 10_000
6464
_NO_STATE: Mapping[str, Any] = {}
6565
_NO_CURSOR_STATE: Mapping[str, Any] = {}
6666
_GLOBAL_STATE_KEY = "state"

0 commit comments

Comments
 (0)