Skip to content

Commit

Permalink
add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 14, 2024
1 parent 6802052 commit e60578b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/skin/v2/ClientInfo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ export interface ClientInfo {
metered?: boolean;
/** whether to use up paid credits **/
credits?: boolean;
/** max concurrency **/
concurrency?: number;
}
2 changes: 1 addition & 1 deletion dist/skin/v2/ClientInfo.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/skin/v2/ClientInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ export interface ClientInfo {
metered?: boolean;
/** whether to use up paid credits **/
credits?: boolean;
/** max concurrency **/
concurrency?: number;
}

0 comments on commit e60578b

Please sign in to comment.