attempted improving multithread conditions
This commit is contained in:
@@ -82,7 +82,9 @@ public class DiscordHandler {
|
||||
MessageResponseHandler.getMessage(strresult);
|
||||
try {
|
||||
MYSQLDatahandler.instance.checkIfUpdateStrings();
|
||||
MYSQLDatahandler.instance.checkIfUpdateMatrixes();
|
||||
new Thread(() -> {
|
||||
MYSQLDatahandler.instance.checkIfUpdateMatrixes();
|
||||
}).start();
|
||||
} catch (CustomError ex) {
|
||||
Logger.getLogger(DiscordHandler.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user