Skip to content

Commit

Permalink
Update docs for the concurrency parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibenussi committed Jun 25, 2024
1 parent 1e5b74a commit 04ec8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libsql-core/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface Config {
/** Concurrency limit.
*
* By default, the client performs up to 20 concurrent requests. You can set this option to a higher
* number to increase the concurrency limit. You can also set this option to `0` to disable concurrency limits.
* number to increase the concurrency limit or set it to `0` to disable concurrency limits completely.
*/
concurrency?: number | undefined;
}
Expand Down

0 comments on commit 04ec8bf

Please sign in to comment.