File: //etc/bitninja/SandboxScanner/config.ini
;
; Sandbox Scanner module config file
;
[deobfuscated_service]
;temporary_folder = 'quarantines'
[sandboxing]
; Number of workers
; 'auto' means it will be automatically calculated based on system resources
;worker_count = '1'
; File types to Sandbox
; Can be 'php', 'js' or empty for both
;type_to_sandbox = ''
; If set to 'true', then if the server load goes above a certain threshold, sandboxing will be paused until the load decreases.
;load_friendly='true'