@mtkruto/node 0.63.12 → 0.63.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,7 +34,7 @@ export declare function toInputUser(inputPeer: Api.InputPeer): Api.inputUserSelf
|
|
|
34
34
|
export declare function canBeInputChannel(inputPeer: Api.InputPeer): inputPeer is Api.inputPeerChannel | Api.inputPeerChannelFromMessage;
|
|
35
35
|
export declare function toInputChannel(inputPeer: Api.InputPeer): Api.inputChannel | Api.inputChannelFromMessage;
|
|
36
36
|
export declare function repr(value: unknown): string | null;
|
|
37
|
-
export declare const UPLOAD_REQUEST_PER_CONNECTION =
|
|
37
|
+
export declare const UPLOAD_REQUEST_PER_CONNECTION = 2;
|
|
38
38
|
export declare const DOWNLOAD_POOL_SIZE = 1;
|
|
39
39
|
export declare const DOWNLOAD_REQUEST_PER_CONNECTION = 1;
|
|
40
40
|
//# sourceMappingURL=0_utilities.d.ts.map
|
|
@@ -190,6 +190,6 @@ export function repr(value) {
|
|
|
190
190
|
return repr_(value);
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
-
export const UPLOAD_REQUEST_PER_CONNECTION =
|
|
193
|
+
export const UPLOAD_REQUEST_PER_CONNECTION = 2;
|
|
194
194
|
export const DOWNLOAD_POOL_SIZE = 1;
|
|
195
195
|
export const DOWNLOAD_REQUEST_PER_CONNECTION = 1;
|
package/package.json
CHANGED
|
@@ -34,7 +34,7 @@ export declare function toInputUser(inputPeer: Api.InputPeer): Api.inputUserSelf
|
|
|
34
34
|
export declare function canBeInputChannel(inputPeer: Api.InputPeer): inputPeer is Api.inputPeerChannel | Api.inputPeerChannelFromMessage;
|
|
35
35
|
export declare function toInputChannel(inputPeer: Api.InputPeer): Api.inputChannel | Api.inputChannelFromMessage;
|
|
36
36
|
export declare function repr(value: unknown): string | null;
|
|
37
|
-
export declare const UPLOAD_REQUEST_PER_CONNECTION =
|
|
37
|
+
export declare const UPLOAD_REQUEST_PER_CONNECTION = 2;
|
|
38
38
|
export declare const DOWNLOAD_POOL_SIZE = 1;
|
|
39
39
|
export declare const DOWNLOAD_REQUEST_PER_CONNECTION = 1;
|
|
40
40
|
//# sourceMappingURL=0_utilities.d.ts.map
|