Restore() incorrectly increases the queue size
This commit fixes the restore() method. Change-Id: I03a626392079413f9449152a7cecf6234887b372 Sem-Ver: bugfix
This commit is contained in:
parent
56c8d155ac
commit
1a237bdfde
@ -204,7 +204,6 @@ class Queue(SynergyObject):
|
||||
item.getCreationTime(), item))
|
||||
|
||||
self._updateItemDB(item)
|
||||
self._incSize(1)
|
||||
self.condition.notifyAll()
|
||||
|
||||
def updatePriority(self, user):
|
||||
|
Loading…
x
Reference in New Issue
Block a user