Skip to content

Commit

Permalink
change defaultThreads (5 => 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Oct 15, 2022
1 parent 76c295f commit 958cdbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/datasheet-converter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
defaultThreads int64 = 5
defaultThreads int64 = 3
maxThreads int64 = 10
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/pak-extracter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
defaultThreads int64 = 5
defaultThreads int64 = 3
maxThreads int64 = 10
azcsSignature = "AZCS"
)
Expand Down

0 comments on commit 958cdbc

Please sign in to comment.