Skip to content

Commit

Permalink
gateway: Fix for leo-project#766
Browse files Browse the repository at this point in the history
  • Loading branch information
mocchira committed May 16, 2018
1 parent a5d9e49 commit 95407fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/leo_gateway/priv/leo_gateway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ large_object.chunked_obj_len = 5242880
large_object.threshold_of_chunk_len = 5767168

## Reading length of a chuncked object
## * If happening timeout when copying a large object,
## you will solve to set this value as less than 5MB.
## * default: "large_object.chunked_obj_len" (5242880 - 5MB)
large_object.reading_chunked_obj_len = 5242880
## * If timeouts happen frequently when copying a large object,
## you may solve by setting this value to more lower than the one currently specified.
## * default: "large_object.chunked_obj_len" (524288 - 512KB)
large_object.reading_chunked_obj_len = 524288

## Large Object Handler - put worker pool size
## large_object.put_worker_pool_size = 64
Expand Down

0 comments on commit 95407fb

Please sign in to comment.