Skip to content

Commit 8332ad2

Browse files
committed
ft-analyzer flow_replicator increase chunksize
1 parent 38d6528 commit 8332ad2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ft-analyzer/ftanalyzer/replicator/flow_replicator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ def replicate(
235235
merge_across_loops: bool = False,
236236
inactive_timeout: int = -1,
237237
speed_multiplier: float = 1,
238-
chunksize: int = 100_000,
239-
) -> pd.DataFrame:
238+
chunksize: int = 5_000_000,
239+
) -> pd.DataFrame | os.PathLike:
240240
"""Read source data and replicate source flows based on configuration.
241241
Save replication result to CSV file. Helper columns like "ORIG_INDEX" are not exported.
242242

0 commit comments

Comments
 (0)