File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,14 @@ const createFibonnaciSleeper = () => {
5252 } ;
5353} ;
5454
55+ /**
56+ * Note: MassCallClient is experimental and may not work as expected.
57+ * Creates a mass call client based on an existing ClientInterface.
58+ *
59+ * @param client ClientInterface
60+ * @param options Object
61+ * @returns MassClientInterface
62+ */
5563export function createMassCallClient (
5664 client : ClientInterface ,
5765 options : {
@@ -77,8 +85,6 @@ export function createMassCallClient(
7785 let increment = options . initialSpawn ?? 1 ;
7886 const sleeper = createFibonnaciSleeper ( ) ;
7987
80- console . log ( '⚠️ MassCallClient is experimental and may not work as expected.' ) ;
81-
8288 const execute = async ( ) => {
8389 failedPromises = [ ] ;
8490 let batch = [ ] ;
You can’t perform that action at this time.
0 commit comments