mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-14 00:45:24 +08:00
Don't set process priority for version command
This commit is contained in:
parent
9572149c19
commit
8735931665
1 changed files with 0 additions and 2 deletions
|
@ -539,8 +539,6 @@ class ResticRunner:
|
|||
timeout=FAST_COMMANDS_TIMEOUT,
|
||||
split_streams=False,
|
||||
encoding="utf-8",
|
||||
priority=self._priority,
|
||||
io_priority=self._priority,
|
||||
)
|
||||
if exit_code == 0:
|
||||
return output.strip()
|
||||
|
|
Loading…
Add table
Reference in a new issue