Skip to content

Commit

Permalink
sMALL CORS CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
izdrail committed Nov 6, 2024
1 parent 83c760f commit 5fbaf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def main() -> None:
# These can be overriden on a per-module basis, and some will
# be overridden from saved configuration settings stored in the DB.
sfConfig = {
'_debug': False, # Debug
'_maxthreads': 3, # Number of modules to run concurrently
'_debug': True, # Debug
'_maxthreads': 10, # Number of modules to run concurrently
'__logging': True, # Logging in general
'__outputfilter': None, # Event types to filter from modules' output
'_useragent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0', # User-Agent to use for HTTP requests
Expand Down

0 comments on commit 5fbaf40

Please sign in to comment.