Skip to content

Commit

Permalink
Reverse back disabling distaress autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
opengs committed Mar 7, 2024
1 parent 477dafe commit da3052e
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 134 deletions.
2 changes: 1 addition & 1 deletion lib/module/distress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class Distress extends Module<Config> {
if (settings.itarmy.uuid !== '') {
args.push('--user-id', settings.itarmy.uuid)
}
args.push('--json-logs')
args.push('--disable-auto-update', '--json-logs')
if (config.concurrency > 0) {
args.push('--concurrency', config.concurrency.toString())
}
Expand Down
Loading

0 comments on commit da3052e

Please sign in to comment.