Skip to content

Commit

Permalink
fix(rstream): make maxWorkers optional
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 23, 2018
1 parent a47edd5 commit 46c2882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rstream/src/subs/tunnel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface TunnelOpts<A> {
*
* Default: 1
*/
maxWorkers: number;
maxWorkers?: number;
/**
* Optional subscription ID to use.
*/
Expand Down

0 comments on commit 46c2882

Please sign in to comment.