You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/golem-network/golem-network.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -607,7 +607,7 @@ export class GolemNetwork {
607
607
* @param options.order - represents the order specifications which will result in access to LeaseProcess.
608
608
* @param options.poolSize {Object | number} - can be defined as a number or an object with min and max fields, if defined as a number it will be treated as a min parameter.
609
609
* @param options.poolSize.min - the minimum pool size to achieve ready state (default = 0)
610
-
* @param options.poolSize.max - the maximum pool size, if reached, the next pool element will only be available if the borrowed resource is released or destroyed (dafault = 100)
610
+
* @param options.poolSize.max - the maximum pool size, if reached, the next pool element will only be available if the borrowed resource is released or destroyed (default = 100)
611
611
* @param options.setup - an optional function that is called as soon as the exe unit is ready
612
612
* @param options.teardown - an optional function that is called before the exe unit is destroyed
0 commit comments