Skip to content

Commit

Permalink
changed default to never squash
Browse files Browse the repository at this point in the history
  • Loading branch information
asteppke committed Oct 10, 2024
1 parent 44253ac commit 4d11ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrdt_websocket/ystore.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class MySQLiteYStore(SQLiteYStore):
# Defaults to never purging document history (None).
document_ttl: int | None = None
# The maximum length of the history of the documents in seconds that is kept.
history_length: int | None = 120
history_length: int | None = None
# The minimum interval in seconds between history cleanup operations.
min_cleanup_interval: int = 60
path: str
Expand Down

0 comments on commit 4d11ff0

Please sign in to comment.