Skip to content

Commit

Permalink
feat: reduce to 20 files
Browse files Browse the repository at this point in the history
  • Loading branch information
ArzelaAscoIi committed Nov 27, 2023
1 parent 607fbd3 commit 228996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepset_cloud_sdk/_service/files_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
logger = structlog.get_logger(__name__)

ALLOWED_TYPE_SUFFIXES = [".txt", ".pdf"]
DIRECT_UPLOAD_THRESHOLD = 100
DIRECT_UPLOAD_THRESHOLD = 20


class FilesService:
Expand Down

0 comments on commit 228996c

Please sign in to comment.