Don't be that nice
This commit is contained in:
parent
6016db128c
commit
30015c75c2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Thumbnailer(ThreadPoolExecutor):
|
|||
|
||||
|
||||
def generate_thumbnail_sync_nicely(file_item: FileItem):
|
||||
os.nice(19)
|
||||
os.nice(10)
|
||||
return generate_thumbnail_sync(file_item)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue