Skip to content

Commit

Permalink
curvefs/client: change the default value of s3
Browse files Browse the repository at this point in the history
signed-off-by: hzwuhongsong hzwuhongsong@corp.netease.com
  • Loading branch information
wuhongsong committed Dec 13, 2022
1 parent 82b542e commit cf3c09c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions curvefs/conf/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,14 @@ s3.readCacheMaxByte=209715200
# http = 0, https = 1
s3.http_scheme=0
s3.verify_SSL=False
s3.max_connections=32
s3.region=us-east-1
s3.max_connections=500
s3.connect_timeout=60000
s3.request_timeout=10000
# Off = 0,Fatal = 1,Error = 2,Warn = 3,Info = 4,Debug = 5,Trace = 6
s3.loglevel=4
s3.logPrefix=/data/logs/curvefs/aws_ # __CURVEADM_TEMPLATE__ /curvefs/client/logs/aws_ __CURVEADM_TEMPLATE__
s3.async_thread_num=30
s3.async_thread_num=500
# limit all inflight async requests' bytes, |0| means not limited
s3.max_async_request_inflight_bytes=104857600
s3.chunkFlushThreads=5
Expand Down

0 comments on commit cf3c09c

Please sign in to comment.