Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FILER_CHUNK_SIZE is a string, should be an int #7

Open
2byrds opened this issue Jan 28, 2025 · 0 comments · May be fixed by #8
Open

FILER_CHUNK_SIZE is a string, should be an int #7

2byrds opened this issue Jan 28, 2025 · 0 comments · May be fixed by #8
Assignees

Comments

@2byrds
Copy link
Contributor

2byrds commented Jan 28, 2025

Should be
chunk_size = int(os.getenv("FILER_CHUNK_SIZE", "4194304"))

@2byrds 2byrds self-assigned this Jan 28, 2025
@2byrds 2byrds linked a pull request Jan 28, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant