Skip to content

Commit

Permalink
timeout should be numberic (#543)
Browse files Browse the repository at this point in the history
* add timeout retry

* Log : add timeout retry - change bucket name

* Log : timeout should be numeric

* Log :fix conflict
  • Loading branch information
1019272778 authored and luozhang002 committed Nov 1, 2018
1 parent d430b8f commit 2acb82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const uploadFile = function uploadFile(client) {
const options = {
progress,
partSize: 500 * 1024,
timeout:'60s',
timeout:60000,
meta: {
year: 2017,
people: 'test',
Expand Down

0 comments on commit 2acb82c

Please sign in to comment.