Skip to content

Commit

Permalink
increase queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Feb 5, 2020
1 parent edd904f commit 3e387a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The following options are supported (note: this list can also be viewed from the
| `tpp_password` | string | Venafi Platform WebSDK account password | |
| `trust_bundle_file` | string | PEM trust bundle for Venafi Platform server certificate | |
| `venafi_import_timeout` | int | Maximum wait in seconds before re-attempting certificate import from queue | 15 |
| `venafi_import_workers` | int | Maximum number of concurrent threads to use for VCert import | 3 |
| `venafi_import_workers` | int | Maximum number of concurrent threads to use for VCert import | 12 |
| `venafi_check_policy` | string | Which Venafi policy check to use | "default" |
### Import Queue
Expand Down
4 changes: 2 additions & 2 deletions plugin/pki/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,12 @@ Example:
},
"venafi_import_workers": {
Type: framework.TypeInt,
Default: 3,
Default: 12,
Description: `Max amount of simultaneously working instances of vcert import`,
},
"tpp_import_workers": { // todo: deprecated. should be removed
Type: framework.TypeInt,
Default: 3,
Default: 12,
Description: `Max amount of simultaneously working instances of vcert import`,
},
"venafi_check_policy": {
Expand Down

0 comments on commit 3e387a1

Please sign in to comment.