Minor bug fix

This commit is contained in:
oobabooga 2023-05-10 23:54:25 -03:00
parent 9695bfe117
commit 943b5e5f80

View File

@ -19,7 +19,7 @@ posthog.capture = lambda *args, **kwargs: None
# These parameters are customizable through settings.json
params = {
'chunk_count': 5,
'chunk_length': 700
'chunk_length': 700,
'strong_cleanup': True,
}