forked from Github/Axter-Stash
Adding functional plugin DupFileManager
This commit is contained in:
@@ -38,7 +38,7 @@ QUERY_ALL_SCENES = """
|
||||
RFH = RotatingFileHandler(
|
||||
filename=LOG_FILE_PATH,
|
||||
mode='a',
|
||||
maxBytes=2*1024*1024, # Configure logging for this script with max log file size of 2000K
|
||||
maxBytes=8*1024*1024, # Configure logging for this script with max log file size of 2000K
|
||||
backupCount=2,
|
||||
encoding=None,
|
||||
delay=0
|
||||
|
||||
Reference in New Issue
Block a user