Add another thought
Maybe we can speed up the algorithm if we know why we're doing the update.
This commit is contained in:
parent
00d400b516
commit
9c0422691a
1 changed files with 1 additions and 1 deletions
|
@ -84,5 +84,5 @@ export interface IAlgorithm {
|
|||
* depending on whether or not getOrderedRooms() should be called after
|
||||
* processing.
|
||||
*/
|
||||
handleRoomUpdate(room: Room): Promise<boolean>;
|
||||
handleRoomUpdate(room: Room): Promise<boolean>; // TODO: Take a ReasonForChange to better predict the behaviour?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue