mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-15 08:09:04 +00:00
Bug fixes + multi threading
This commit is contained in:
11
config.py
11
config.py
@@ -26,7 +26,14 @@ bcrypt_rounds = 14
|
||||
db_path = "./local_storage.db"
|
||||
|
||||
# Set to true to allow guests to search any directory
|
||||
allow_guests = False
|
||||
allow_guests = True
|
||||
|
||||
# Number of threads used for parsing
|
||||
parse_threads = 8
|
||||
|
||||
# Number of threads used for thumbnail generation
|
||||
tn_threads = 32
|
||||
|
||||
|
||||
try:
|
||||
import cairosvg
|
||||
@@ -34,4 +41,4 @@ try:
|
||||
except:
|
||||
cairosvg = False
|
||||
|
||||
VERSION = "1.0a"
|
||||
VERSION = "1.1a"
|
||||
|
||||
Reference in New Issue
Block a user