Skip to content

Commit

Permalink
Mancej/cli tuning (#20)
Browse files Browse the repository at this point in the history
* Increasing audit max threads

* Adding release notes

Co-authored-by: Jordan Mance <[email protected]>
  • Loading branch information
mancej and Jordan Mance authored Dec 9, 2022
1 parent bcdc772 commit 4820916
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Figgy CLI Changelog:

## 1.2.9
- Minor performance tuning for some dynamo db queries.

## 1.2.8
- Upgrading flask and changes required for compatibility for flask 2.2.2

Expand Down
2 changes: 1 addition & 1 deletion src/figcli/config/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path

# If cloud has been updated with required changes, please updated REQUIRES_CLI_VERSION in figtools/figgy
VERSION = '1.2.8'
VERSION = '1.2.9'
CLI_NAME = 'figgy'
PROJECT_NAME = 'figgy'

Expand Down
2 changes: 1 addition & 1 deletion src/figcli/config/tuning.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEFAULT_THREADS = 10

# Default configs around tuning.
AUDIT_SVC_MAX_THREADS = 15
AUDIT_SVC_MAX_THREADS = 40

POOLED_SVCS = [AUDIT_SVC_MAX_THREADS]

Expand Down

0 comments on commit 4820916

Please sign in to comment.