Minor bug fix
This commit is contained in:
parent
9695bfe117
commit
943b5e5f80
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ posthog.capture = lambda *args, **kwargs: None
|
||||||
# These parameters are customizable through settings.json
|
# These parameters are customizable through settings.json
|
||||||
params = {
|
params = {
|
||||||
'chunk_count': 5,
|
'chunk_count': 5,
|
||||||
'chunk_length': 700
|
'chunk_length': 700,
|
||||||
'strong_cleanup': True,
|
'strong_cleanup': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue