Skip to content

Commit c3c0f66

Browse files
committed
ua version update
1 parent 9682487 commit c3c0f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiniu/conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
exports.ACCESS_KEY = '<PLEASE APPLY YOUR ACCESS KEY>';
33
exports.SECRET_KEY = '<DONT SEND YOUR SECRET KEY TO ANYONE>';
44

5-
exports.USER_AGENT = 'qiniu nodejs-sdk v6.0.0';
5+
exports.USER_AGENT = 'qiniu nodejs-sdk v6.1.3';
66

77
exports.UP_HOST = 'http://up.qbox.me';
88
exports.RS_HOST = 'http://rs.qbox.me';
99
exports.RSF_HOST = 'http://rsf.qbox.me';
10-
exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour
10+
exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour

0 commit comments

Comments
 (0)