mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
server: database improves:
- fixed broken database in some use cases (example: AI and choose name dialog, related to #11285); - added docs and debug tools for sql queries, caches and memory analyse (see DebugUtil); - refactor code to use shared settings; - deleted outdated and un-used code (db logs, stats, etc);
This commit is contained in:
parent
c448612c97
commit
bf3f26ccc1
18 changed files with 376 additions and 394 deletions
|
|
@ -1774,7 +1774,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
|
||||
private void doClientShutdownAndExit() {
|
||||
tablesPane.cleanUp();
|
||||
CardRepository.instance.closeDB();
|
||||
CardRepository.instance.closeDB(true);
|
||||
Plugins.instance.shutdown();
|
||||
dispose();
|
||||
System.exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue