mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-20 22:31:40 +01:00
Merge branch '3.7.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics
This commit is contained in:
commit
fb69dfaee2
@ -117,7 +117,7 @@ public class TPSTable extends Table {
|
|||||||
* @param data
|
* @param data
|
||||||
* @throws SQLException
|
* @throws SQLException
|
||||||
*/
|
*/
|
||||||
public void saveTPSData(List<TPS> data) {
|
public void saveTPSData(List<TPS> data) throws SQLException {
|
||||||
List<List<TPS>> batches = DBUtils.splitIntoBatches(data);
|
List<List<TPS>> batches = DBUtils.splitIntoBatches(data);
|
||||||
batches.forEach(batch -> {
|
batches.forEach(batch -> {
|
||||||
try {
|
try {
|
||||||
|
@ -43,7 +43,6 @@ public class WebServer {
|
|||||||
private final int port;
|
private final int port;
|
||||||
private boolean enabled = false;
|
private boolean enabled = false;
|
||||||
private HttpServer server;
|
private HttpServer server;
|
||||||
private final int port;
|
|
||||||
|
|
||||||
private boolean usingHttps = false;
|
private boolean usingHttps = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user