Performance: fixed server's big memory usage in long games and in big stack sizes (related to #11285, fixes #9302)

This commit is contained in:
Oleg Agafonov 2023-10-14 15:54:10 +04:00
parent 36ccfb0a2a
commit d57a3c100d
7 changed files with 107 additions and 61 deletions

View file

@ -1613,7 +1613,7 @@ public abstract class PlayerImpl implements Player, Serializable {
ability.getId(), ability, ability.getControllerId()
));
}
game.removeBookmark(bookmark);
game.removeBookmark_v2(bookmark);
return true;
}
}