Merge pull request #1416 from chenjr0719/add_tests_for_static
Add tests for static and update document
This commit is contained in:
@@ -114,7 +114,7 @@ def register(
|
||||
return HTTPResponse(headers=headers)
|
||||
else:
|
||||
if stream_large_files:
|
||||
if isinstance(stream_large_files, int):
|
||||
if type(stream_large_files) == int:
|
||||
threshold = stream_large_files
|
||||
else:
|
||||
threshold = 1024 * 1024
|
||||
|
||||
Reference in New Issue
Block a user