Skip to content

Commit

Permalink
reduce the chunk size to something very small
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 5, 2024
1 parent ee9af7c commit 7d5a2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/async_deletion/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class AsyncDeletionProcess(ABC):
CLICKHOUSE_MUTATION_CHUNK_SIZE = 1_000_000
CLICKHOUSE_VERIFY_CHUNK_SIZE = 1_000
CLICKHOUSE_VERIFY_CHUNK_SIZE = 100
DELETION_TYPES: list[DeletionType] = []

def __init__(self) -> None:
Expand Down

0 comments on commit 7d5a2f1

Please sign in to comment.