Skip to content

Commit

Permalink
add priority to ClientInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 19, 2024
1 parent 7934efe commit 74a9557
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 @@ -20,4 +20,6 @@ export interface ClientInfo {
credits?: boolean;
/** max concurrency **/
concurrency?: number;
/** queue priority **/
priority?: 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 @@ -21,4 +21,6 @@ export interface ClientInfo {
credits?: boolean;
/** max concurrency **/
concurrency?: number;
/** queue priority **/
priority?: number;
}

0 comments on commit 74a9557

Please sign in to comment.