clickhouse-ts
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -45,2 +45,4 @@ "use strict"; | ||
method: 'POST', | ||
maxBodyLength: Infinity, | ||
maxContentLength: Infinity, | ||
url: `${__classPrivateFieldGet(this, _ClickhouseHttpClient_url, "f")}:${__classPrivateFieldGet(this, _ClickhouseHttpClient_port, "f")}`, | ||
@@ -47,0 +49,0 @@ params: new URLSearchParams({ |
@@ -24,3 +24,3 @@ { | ||
], | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"repository": { | ||
@@ -27,0 +27,0 @@ "type": "git", |
@@ -63,2 +63,4 @@ import axios, { AxiosRequestConfig } from 'axios' | ||
method: 'POST', | ||
maxBodyLength: Infinity, | ||
maxContentLength: Infinity, | ||
url: `${this.#url}:${this.#port}`, | ||
@@ -65,0 +67,0 @@ params: new URLSearchParams({ |
35499
721