Skip to content

Commit

Permalink
chore: fix pool example
Browse files Browse the repository at this point in the history
  • Loading branch information
SewerynKras committed May 16, 2024
1 parent ad7c3bd commit 2c286b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/pool/hello-world.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ import { pinoPrettyLogger } from "@golem-sdk/pino-logger";

const pool = depModules.market.createLeaseProcessPool(proposalPool, allocation, {
replicas: { max: CONCURRENCY },
logger,
});

const lease = await pool.acquire();
Expand Down

0 comments on commit 2c286b5

Please sign in to comment.