lib/cos/http.rb in cos-0.1.1 vs lib/cos/http.rb in cos-0.1.2

- old
+ new

@@ -9,10 +9,10 @@ # 默认content-type DEFAULT_CONTENT_TYPE = 'application/json' # 请求创建超时 - OPEN_TIMEOUT = 15 + OPEN_TIMEOUT = 30 # 响应读取超时 READ_TIMEOUT = 120 include Logging \ No newline at end of file