mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
pickle instead of sync in set_user_pause
This commit is contained in:
parent
95d5e33301
commit
0053ae4f59
@ -709,7 +709,7 @@ class Manager:
|
||||
self.unique_IDs[unique_ID].user_paused = new_value
|
||||
if enforce_queue:
|
||||
self.apply_queue()
|
||||
self.sync()
|
||||
self.pickle_state()
|
||||
|
||||
def set_ratio(self, unique_ID, num):
|
||||
deluge_core.set_ratio(unique_ID, float(num))
|
||||
|
Loading…
x
Reference in New Issue
Block a user