scanimport priority
This commit is contained in:
parent
446d143d67
commit
f7d96747c0
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Tasks(Thread):
|
||||||
priority = 100
|
priority = 100
|
||||||
if action in ('getcover', 'getpreview'):
|
if action in ('getcover', 'getpreview'):
|
||||||
priority += 1
|
priority += 1
|
||||||
if action in ('import', 'export'):
|
if action in ('import', 'export', 'scanimport'):
|
||||||
priority -= 1
|
priority -= 1
|
||||||
if action in ('peering', 'changelibrarypath'):
|
if action in ('peering', 'changelibrarypath'):
|
||||||
priority -= 2
|
priority -= 2
|
||||||
|
|
Loading…
Reference in a new issue