mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
add file size
This commit is contained in:
parent
943f2b7722
commit
2d9f34e44b
2 changed files with 13 additions and 4 deletions
|
@ -10,9 +10,9 @@ USB_AUTO_MOUNT = False
|
||||||
PANDORA_ROOT_URL = http://127.0.0.1:6100
|
PANDORA_ROOT_URL = http://127.0.0.1:6100
|
||||||
|
|
||||||
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
|
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
|
||||||
FAKE_SCAN = False
|
FAKE_SCAN = False
|
||||||
|
|
||||||
; Set to true to copy infected files to the quarantine folder
|
; Set to true to copy infected files to the quarantine folder
|
||||||
; in the USB scanning station
|
; in the USB scanning station
|
||||||
QUARANTINE = True
|
QUARANTINE = True
|
||||||
|
|
||||||
|
@ -21,3 +21,6 @@ QUARANTINE_FOLDER = /var/quarantine
|
||||||
|
|
||||||
; Number of threads
|
; Number of threads
|
||||||
THREADS = 24
|
THREADS = 24
|
||||||
|
|
||||||
|
; Max File Size (1G)
|
||||||
|
MAX_FILE_SIZE = 1080000000
|
||||||
|
|
|
@ -10,9 +10,9 @@ USB_AUTO_MOUNT = False
|
||||||
PANDORA_ROOT_URL = http://127.0.0.1:6100
|
PANDORA_ROOT_URL = http://127.0.0.1:6100
|
||||||
|
|
||||||
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
|
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
|
||||||
FAKE_SCAN = False
|
FAKE_SCAN = False
|
||||||
|
|
||||||
; Set to true to copy infected files to the quarantine folder
|
; Set to true to copy infected files to the quarantine folder
|
||||||
; in the USB scanning station
|
; in the USB scanning station
|
||||||
QUARANTINE = True
|
QUARANTINE = True
|
||||||
|
|
||||||
|
@ -21,3 +21,9 @@ QUARANTINE_FOLDER = /var/quarantine
|
||||||
|
|
||||||
; Number of threads
|
; Number of threads
|
||||||
THREADS = 1
|
THREADS = 1
|
||||||
|
|
||||||
|
; Max File Size (1G)
|
||||||
|
MAX_FILE_SIZE = 1080000000
|
||||||
|
|
||||||
|
; Max File Size (1G)
|
||||||
|
MAX_FILE_SIZE = 1080000000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue