Skip to content
Snippets Groups Projects
Commit 36619272 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Adding analysis_chunk_size

parent 86d59466
No related branches found
No related tags found
1 merge request!11Chunking
Pipeline #19029 passed
# Using a module file to store the desired chunk size. # Using a module file to store the desired chunk size.
# Chunk size used to save files to disk
chunk_size = "10MB" chunk_size = "10MB"
# Chunk size used for the analysis
analysis_chunk_size = "100KB"
def change_chunk_size(new_chunk_size: str): def change_chunk_size(new_chunk_size: str):
global chunk_size global chunk_size
chunk_size = new_chunk_size chunk_size = new_chunk_size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment