update namer config file for queue and report gz file
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
c374078cb9
commit
27e63f66d9
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ min_file_size = 1
|
||||||
write_namer_log = False
|
write_namer_log = False
|
||||||
|
|
||||||
# Should namer's comparison log be written next to failed videos.
|
# Should namer's comparison log be written next to failed videos.
|
||||||
write_namer_failed_log = True
|
write_namer_failed_log = False
|
||||||
|
|
||||||
# Comma separated list of extensions for namer to process (in order of preference in case multiple types exist in a target directory)
|
# Comma separated list of extensions for namer to process (in order of preference in case multiple types exist in a target directory)
|
||||||
# Case insensitive, Only mp4 supports tagging.
|
# Case insensitive, Only mp4 supports tagging.
|
||||||
|
|
@ -245,7 +245,7 @@ del_other_files = False
|
||||||
extra_sleep_time = 30
|
extra_sleep_time = 30
|
||||||
|
|
||||||
# Maximum amount of items in queue
|
# Maximum amount of items in queue
|
||||||
queue_limit = 0
|
queue_limit = 6
|
||||||
|
|
||||||
# Sleep time between queue size check
|
# Sleep time between queue size check
|
||||||
queue_sleep_time = 5
|
queue_sleep_time = 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue