Skip to content

Commit 53af304

Browse files
authored
Merge pull request #163 from scottgigante/patch-1
Clarify gevent warning in README
2 parents b239095 + fb585bc commit 53af304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Use the following settings to configure the S3 file storage. You must provide at
116116
# extra characters appended.
117117
AWS_S3_FILE_OVERWRITE = False
118118
119-
# If True, use default behaviour for boto3 of using threads when doing S3 operations. If gevent or similar
120-
# is used it must be disabled
119+
# If True, use default behaviour for boto3 of using threads when doing S3 operations.
120+
# If gevent or similar is used it must be disabled due to interaction with boto3 causing time-outs.
121121
AWS_S3_USE_THREADS = True
122122
123123
# Max pool of connections for massive S3 interactions

0 commit comments

Comments
 (0)