Skip to content

Commit

Permalink
DjangoQ2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 20, 2024
1 parent fba86ca commit d1c9cb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mobsf/MobSF/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

logger = logging.getLogger(__name__)

VERSION = '4.2.2'
VERSION = '4.2.3'
BANNER = r"""
__ __ _ ____ _____ _ _ ____
| \/ | ___ | |__/ ___|| ___|_ _| || | |___ \
Expand Down
5 changes: 3 additions & 2 deletions mobsf/MobSF/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,15 @@
Q_CLUSTER = {
'name': 'scan_queue',
'workers': int(os.getenv('MOBSF_ASYNC_WORKERS', 3)),
'recycle': 10,
'recycle': 5,
'timeout': 3600,
'retry': 3700,
'compress': True,
'label': 'scan_queue',
'orm': 'default',
'max_attempts': 2,
'max_attempts': 1,
'save_limit': -1,
'ack_failures': True,
}
QUEUE_MAX_SIZE = 100
ASYNC_ANALYSIS = bool(os.getenv('MOBSF_ASYNC_ANALYSIS', '0') == '1')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mobsf"
version = "4.2.2"
version = "4.2.3"
description = "Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis."
keywords = ["mobsf", "mobile security framework", "mobile security", "security tool", "static analysis", "dynamic analysis", "malware analysis"]
authors = ["Ajin Abraham <[email protected]>"]
Expand Down
Empty file modified scripts/start_avd.ps1
100644 → 100755
Empty file.

0 comments on commit d1c9cb1

Please sign in to comment.