Skip to content

Commit d1c9cb1

Browse files
committed
DjangoQ2 config
1 parent fba86ca commit d1c9cb1

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

mobsf/MobSF/init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
logger = logging.getLogger(__name__)
2020

21-
VERSION = '4.2.2'
21+
VERSION = '4.2.3'
2222
BANNER = r"""
2323
__ __ _ ____ _____ _ _ ____
2424
| \/ | ___ | |__/ ___|| ___|_ _| || | |___ \

mobsf/MobSF/settings.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,15 @@
344344
Q_CLUSTER = {
345345
'name': 'scan_queue',
346346
'workers': int(os.getenv('MOBSF_ASYNC_WORKERS', 3)),
347-
'recycle': 10,
347+
'recycle': 5,
348348
'timeout': 3600,
349349
'retry': 3700,
350350
'compress': True,
351351
'label': 'scan_queue',
352352
'orm': 'default',
353-
'max_attempts': 2,
353+
'max_attempts': 1,
354354
'save_limit': -1,
355+
'ack_failures': True,
355356
}
356357
QUEUE_MAX_SIZE = 100
357358
ASYNC_ANALYSIS = bool(os.getenv('MOBSF_ASYNC_ANALYSIS', '0') == '1')

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mobsf"
3-
version = "4.2.2"
3+
version = "4.2.3"
44
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."
55
keywords = ["mobsf", "mobile security framework", "mobile security", "security tool", "static analysis", "dynamic analysis", "malware analysis"]
66
authors = ["Ajin Abraham <[email protected]>"]

scripts/start_avd.ps1

100644100755
File mode changed.

0 commit comments

Comments
 (0)